#D1CEF7

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

Shades of Lavender Blue #D1CEF7

Tints of Lavender Blue #D1CEF7

Color information

#D1CEF7 (or 0xD1CEF7) is unknown color: approx Lavender Blue. HEX triplet: D1, CE and F7. RGB value is (209,206,247). Sum of RGB (Red+Green+Blue) = 209+206+247=662 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.57% from 662); Green value is 206 (80.86% from 255 or 31.12% from 662); Blue value is 247 (96.88% from 255 or 37.31% from 662); Max value from RGB is 247 - color contains mainly: blue. Hex color #D1CEF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CEF7 is #2E3108. Grayscale: #D3D3D3. Windows color (decimal): -3027209 or 16240337. OLE color: 16240337.

HSL color Cylindrical-coordinate representation of color #D1CEF7: hue angle of 244.39º 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 #D1CEF7 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB209206247-
CMYK0.150.1700.03
HSL244.39º71.93%88.82%-
HSV(B)244.39º16.6%96.86%-
XYZ65.1564.4196.99-
YUV211.57147.99126.17-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.57%
GREEN value IS 206 (80.86% from 255) = 31.12%
BLUE value IS 247 (96.88% from 255) = 37.31%
R=31.57%
G=31.12%
B=37.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2092062470.150.1700.03244.3971.9388.82
HexD1CEF7F1103f44859
Octal321316367172103364110131
Binary1101000111001110111101111111100010111111010010010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CEF7; }

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

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

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

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

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

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

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

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