#D0CEF7

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

Shades of Lavender Blue #D0CEF7

Tints of Lavender Blue #D0CEF7

Color information

#D0CEF7 (or 0xD0CEF7) is unknown color: approx Lavender Blue. HEX triplet: D0, CE and F7. RGB value is (208,206,247). Sum of RGB (Red+Green+Blue) = 208+206+247=661 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.47% from 661); Green value is 206 (80.86% from 255 or 31.16% from 661); Blue value is 247 (96.88% from 255 or 37.37% from 661); Max value from RGB is 247 - color contains mainly: blue. Hex color #D0CEF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CEF7 is #2F3108. Grayscale: #D3D3D3. Windows color (decimal): -3092745 or 16240336. OLE color: 16240336.

HSL color Cylindrical-coordinate representation of color #D0CEF7: hue angle of 242.93º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0CEF7 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB208206247-
CMYK0.160.1700.03
HSL242.93º71.93%88.82%-
HSV(B)242.93º16.6%96.86%-
XYZ64.8764.2796.98-
YUV211.27148.16125.67-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.47%
GREEN value IS 206 (80.86% from 255) = 31.16%
BLUE value IS 247 (96.88% from 255) = 37.37%
R=31.47%
G=31.16%
B=37.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2082062470.160.1700.03242.9371.9388.82
HexD0CEF7101103f34859
Octal320316367202103363110131
Binary11010000110011101111011110000100010111111001110010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CEF7; }

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

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

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

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

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

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

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

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