Color Hex Logo

#d8ddfb Color Hex

#D8DDFB
(216,221,251)
0 Favorites   0 Comments

Color spaces of #d8ddfb

RGB 216221251
HSL0.640.810.92
HSV231°14°98°
CMYK 0.140.120.00   0.02
XYZ71.587973.2769101.6375
Yxy73.27690.29040.2973
Hunter Lab85.6019-0.5259-10.4753
CIE-Lab88.57964.1480-15.1519

#d8ddfb color RGB value is (216,221,251).

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

The process color (four color CMYK) of #d8ddfb color hex is 0.14, 0.12, 0.00, 0.02. Web safe color of #d8ddfb is #ccccff. Color #d8ddfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 11011101 11111011
Octal 330 335 373
Decimal 216 221 251
Hex D8 DD FB

RGB Percentages of Color #d8ddfb

%31.40
%32.12
%36.48

CMYK Percentages of Color #d8ddfb

%14
%12
%0
%2

Triadic Colors of #d8ddfb

#d8ddfb #fbd8dd #ddfbd8

Analogous Colors of #d8ddfb

#d8ddfb #e5d8fb #d8effb

Monochromatic Colors of #d8ddfb

#d8ddfb

Complementary Color

#d8ddfb #fbf6d8

#d8ddfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8ddfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8ddfb Color CSS Codes

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

#d8ddfb Text Font Color

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

This sample text font color is #d8ddfb
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.


#d8ddfb Background Color

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

This div background color is #d8ddfb


#d8ddfb Border Color

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

This div border color is #d8ddfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8ddfb


Comments

No comments written yet.

Please login to write comment.