#D9CEFE

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

Shades of Lavender Blue #D9CEFE

Tints of Lavender Blue #D9CEFE

Color information

#D9CEFE (or 0xD9CEFE) is unknown color: approx Lavender Blue. HEX triplet: D9, CE and FE. RGB value is (217,206,254). Sum of RGB (Red+Green+Blue) = 217+206+254=677 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.05% from 677); Green value is 206 (80.86% from 255 or 30.43% from 677); Blue value is 254 (99.61% from 255 or 37.52% from 677); Max value from RGB is 254 - color contains mainly: blue. Hex color #D9CEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CEFE is #263101. Grayscale: #D6D6D6. Windows color (decimal): -2502914 or 16699097. OLE color: 16699097.

HSL color Cylindrical-coordinate representation of color #D9CEFE: hue angle of 253.75º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9CEFE is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB217206254-
CMYK0.150.1900.00
HSL253.75º96%90.2%-
HSV(B)253.75º18.9%99.61%-
XYZ68.5866.05102.9-
YUV214.76150.14129.6-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.05%
GREEN value IS 206 (80.86% from 255) = 30.43%
BLUE value IS 254 (99.61% from 255) = 37.52%
R=32.05%
G=30.43%
B=37.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2172062540.150.1900.00253.759690.2
HexD9CEFEF1300fe605a
Octal331316376172300376140132
Binary110110011100111011111110111110011001111111011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CEFE; }

 p { color: rgb(217,206,254); }

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

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

 a { background-color: rgb(217,206,254); }

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

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

 span { border-color: rgb(217,206,254); }

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