#D0D8FF

Color #D0D8FF Lavender Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blue #D0D8FF

Tints of Lavender Blue #D0D8FF

Color information

#D0D8FF (or 0xD0D8FF) is unknown color: approx Lavender Blue. HEX triplet: D0, D8 and FF. RGB value is (208,216,255). Sum of RGB (Red+Green+Blue) = 208+216+255=679 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.63% from 679); Green value is 216 (84.77% from 255 or 31.81% from 679); Blue value is 255 (100% from 255 or 37.56% from 679); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0D8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0D8FF is #2F2700. Grayscale: #D9D9D9. Windows color (decimal): -3090177 or 16767184. OLE color: 16767184.

HSL color Cylindrical-coordinate representation of color #D0D8FF: hue angle of 229.79º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0D8FF is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB208216255-
CMYK0.180.1500
HSL229.79º100%90.78%-
HSV(B)229.79º18.43%100%-
XYZ68.6269.74104.45-
YUV218.05148.85120.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 30.63%
GREEN value IS 216 (84.77% from 255) = 31.81%
BLUE value IS 255 (100% from 255) = 37.56%
R=30.63%
G=31.81%
B=37.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2082162550.180.1500229.7910090.78
HexD0D8FF12F00e6645b
Octal320330377221700346144133
Binary110100001101100011111111100101111001110011011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D8FF; }

 p { color: rgb(208,216,255); }

 H1.HeaderClassName
 {
   color: #D0D8FF;
 }
 .AnyTagClassName
 {
   color: #D0D8FF;
 }
</style>
background-color css

<style>
 a { background-color: #D0D8FF; }

 a { background-color: rgb(208,216,255); }

 div.DivClassName
 {
   background-color: #D0D8FF;
 }
 .BgClassName
 {
   background-color: #D0D8FF;
 }
</style>
border-color css

<style>
 span { border-color: #D0D8FF; }

 span { border-color: rgb(208,216,255); }

 td.TdClassName
 {
   border-color: #D0D8FF;
 }
 .TagClassName
 {
   border-color: #D0D8FF;
 }
</style>