#D1CEFC

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

Shades of Lavender Blue #D1CEFC

Tints of Lavender Blue #D1CEFC

Color information

#D1CEFC (or 0xD1CEFC) is unknown color: approx Lavender Blue. HEX triplet: D1, CE and FC. RGB value is (209,206,252). Sum of RGB (Red+Green+Blue) = 209+206+252=667 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.33% from 667); Green value is 206 (80.86% from 255 or 30.88% from 667); Blue value is 252 (98.83% from 255 or 37.78% from 667); Max value from RGB is 252 - color contains mainly: blue. Hex color #D1CEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CEFC is #2E3103. Grayscale: #D3D3D3. Windows color (decimal): -3027204 or 16568017. OLE color: 16568017.

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

Color convert

RGB209206252-
CMYK0.170.1800.01
HSL243.91º88.46%89.8%-
HSV(B)243.91º18.25%98.82%-
XYZ65.9464.73101.11-
YUV212.14150.49125.76-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.33%
GREEN value IS 206 (80.86% from 255) = 30.88%
BLUE value IS 252 (98.83% from 255) = 37.78%
R=31.33%
G=30.88%
B=37.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2092062520.170.1800.01243.9188.4689.8
HexD1CEFC111201f4585a
Octal321316374212201364130132
Binary1101000111001110111111001000110010011111010010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CEFC; }

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

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

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

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

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

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

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

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