#D0CAEF

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

Shades of Lavender Blue #D0CAEF

Tints of Lavender Blue #D0CAEF

Color information

#D0CAEF (or 0xD0CAEF) is unknown color: approx Lavender Blue. HEX triplet: D0, CA and EF. RGB value is (208,202,239). Sum of RGB (Red+Green+Blue) = 208+202+239=649 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.05% from 649); Green value is 202 (79.30% from 255 or 31.12% from 649); Blue value is 239 (93.75% from 255 or 36.83% from 649); Max value from RGB is 239 - color contains mainly: blue. Hex color #D0CAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CAEF is #2F3510. Grayscale: #CFCFCF. Windows color (decimal): -3093777 or 15715024. OLE color: 15715024.

HSL color Cylindrical-coordinate representation of color #D0CAEF: hue angle of 249.73º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0CAEF is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB208202239-
CMYK0.130.1500.06
HSL249.73º53.62%86.47%-
HSV(B)249.73º15.48%93.73%-
XYZ62.7161.8890.3-
YUV208.01145.49127.99-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.05%
GREEN value IS 202 (79.30% from 255) = 31.12%
BLUE value IS 239 (93.75% from 255) = 36.83%
R=32.05%
G=31.12%
B=36.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2082022390.130.1500.06249.7353.6286.47
HexD0CAEFDF06fa3656
Octal32031235715170637266126
Binary110100001100101011101111110111110110111110101101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CAEF; }

 p { color: rgb(208,202,239); }

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

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

 a { background-color: rgb(208,202,239); }

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

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

 span { border-color: rgb(208,202,239); }

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