#D1CEFD

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

Shades of Lavender Blue #D1CEFD

Tints of Lavender Blue #D1CEFD

Color information

#D1CEFD (or 0xD1CEFD) is unknown color: approx Lavender Blue. HEX triplet: D1, CE and FD. RGB value is (209,206,253). Sum of RGB (Red+Green+Blue) = 209+206+253=668 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.29% from 668); Green value is 206 (80.86% from 255 or 30.84% from 668); Blue value is 253 (99.22% from 255 or 37.87% from 668); Max value from RGB is 253 - color contains mainly: blue. Hex color #D1CEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CEFD is #2E3102. Grayscale: #D4D4D4. Windows color (decimal): -3027203 or 16633553. OLE color: 16633553.

HSL color Cylindrical-coordinate representation of color #D1CEFD: hue angle of 243.83º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1CEFD is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB209206253-
CMYK0.170.1900.01
HSL243.83º92.16%90%-
HSV(B)243.83º18.58%99.22%-
XYZ66.164.79101.95-
YUV212.26150.99125.68-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.29%
GREEN value IS 206 (80.86% from 255) = 30.84%
BLUE value IS 253 (99.22% from 255) = 37.87%
R=31.29%
G=30.84%
B=37.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2092062530.170.1900.01243.8392.1690
HexD1CEFD111301f45c5a
Octal321316375212301364134132
Binary1101000111001110111111011000110011011111010010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CEFD; }

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

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

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

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

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

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

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

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