#D0CEF2

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

Shades of Lavender Blue #D0CEF2

Tints of Lavender Blue #D0CEF2

Color information

#D0CEF2 (or 0xD0CEF2) is unknown color: approx Lavender Blue. HEX triplet: D0, CE and F2. RGB value is (208,206,242). Sum of RGB (Red+Green+Blue) = 208+206+242=656 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.71% from 656); Green value is 206 (80.86% from 255 or 31.40% from 656); Blue value is 242 (94.92% from 255 or 36.89% from 656); Max value from RGB is 242 - color contains mainly: blue. Hex color #D0CEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CEF2 is #2F310D. Grayscale: #D2D2D2. Windows color (decimal): -3092750 or 15912656. OLE color: 15912656.

HSL color Cylindrical-coordinate representation of color #D0CEF2: hue angle of 243.33º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0CEF2 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB208206242-
CMYK0.140.1500.05
HSL243.33º58.06%87.84%-
HSV(B)243.33º14.88%94.9%-
XYZ64.1163.9692.97-
YUV210.7145.66126.07-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.71%
GREEN value IS 206 (80.86% from 255) = 31.40%
BLUE value IS 242 (94.92% from 255) = 36.89%
R=31.71%
G=31.40%
B=36.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2082062420.140.1500.05243.3358.0687.84
HexD0CEF2EF05f33a58
Octal32031636216170536372130
Binary110100001100111011110010111011110101111100111110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CEF2; }

 p { color: rgb(208,206,242); }

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

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

 a { background-color: rgb(208,206,242); }

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

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

 span { border-color: rgb(208,206,242); }

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