#D1CEF6

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

Shades of Lavender Blue #D1CEF6

Tints of Lavender Blue #D1CEF6

Color information

#D1CEF6 (or 0xD1CEF6) is unknown color: approx Lavender Blue. HEX triplet: D1, CE and F6. RGB value is (209,206,246). Sum of RGB (Red+Green+Blue) = 209+206+246=661 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.62% from 661); Green value is 206 (80.86% from 255 or 31.16% from 661); Blue value is 246 (96.48% from 255 or 37.22% from 661); Max value from RGB is 246 - color contains mainly: blue. Hex color #D1CEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CEF6 is #2E3109. Grayscale: #D3D3D3. Windows color (decimal): -3027210 or 16174801. OLE color: 16174801.

HSL color Cylindrical-coordinate representation of color #D1CEF6: hue angle of 244.5º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1CEF6 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB209206246-
CMYK0.150.1600.04
HSL244.5º68.97%88.63%-
HSV(B)244.5º16.26%96.47%-
XYZ6564.3596.18-
YUV211.46147.49126.25-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.62%
GREEN value IS 206 (80.86% from 255) = 31.16%
BLUE value IS 246 (96.48% from 255) = 37.22%
R=31.62%
G=31.16%
B=37.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2092062460.150.1600.04244.568.9788.63
HexD1CEF6F1004f44559
Octal321316366172004364105131
Binary11010001110011101111011011111000001001111010010001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CEF6; }

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

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

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

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

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

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

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

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