Color Hex Logo

#d8bedd Color Hex

#D8BEDD
(216,190,221)
0 Favorites   0 Comments

Color spaces of #d8bedd

RGB 216190221
HSL0.810.310.81
HSV290°14°87°
CMYK 0.020.140.00   0.13
XYZ59.783556.646376.1895
Yxy56.64630.31040.2941
Hunter Lab75.263710.0746-7.3347
CIE-Lab79.980214.6936-12.0754

#d8bedd color RGB value is (216,190,221).

#d8bedd hex color red value is 216, green value is 190 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d8bedd hue: 0.81 , saturation: 0.31 and the lightness value of d8bedd is 0.81.

The process color (four color CMYK) of #d8bedd color hex is 0.02, 0.14, 0.00, 0.13. Web safe color of #d8bedd is #cccccc. Color #d8bedd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10111110 11011101
Octal 330 276 335
Decimal 216 190 221
Hex D8 BE DD

RGB Percentages of Color #d8bedd

%34.45
%30.30
%35.25

CMYK Percentages of Color #d8bedd

%2
%14
%0
%13

Triadic Colors of #d8bedd

#d8bedd #ddd8be #beddd8

Analogous Colors of #d8bedd

#d8bedd #ddbed3 #c9bedd

Monochromatic Colors of #d8bedd

#d8bedd

Complementary Color

#d8bedd #c3ddbe

#d8bedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8bedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8bedd Color CSS Codes

.mybgcolor {background-color:#d8bedd; } 
.myforecolor {color:#d8bedd; }
.mybordercolor {border:3px solid #d8bedd; }

#d8bedd Text Font Color

<p style="color:#d8bedd">Text here</p>

This sample text font color is #d8bedd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d8bedd Background Color

<div style="background-color:#d8bedd">
Div content here</div>

This div background color is #d8bedd


#d8bedd Border Color

<div style="border:3px solid #d8bedd">
Div here</div>

This div border color is #d8bedd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,190,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d8bedd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d8bedd;
  -webkit-box-shadow: 1px 1px 3px 2px #d8bedd;
  box-shadow:         1px 1px 3px 2px #d8bedd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,190,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d8bedd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d8bedd;
  -webkit-box-shadow: 1px 1px 3px 2px #d8bedd;
  box-shadow:         1px 1px 3px 2px #d8bedd;">
Div content here</div>

This div box has shadow with color #d8bedd


Comments

No comments written yet.

Please login to write comment.