#D8CEFE

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

Shades of Lavender Blue #D8CEFE

Tints of Lavender Blue #D8CEFE

Color information

#D8CEFE (or 0xD8CEFE) is unknown color: approx Lavender Blue. HEX triplet: D8, CE and FE. RGB value is (216,206,254). Sum of RGB (Red+Green+Blue) = 216+206+254=676 (89% of max value = 765). Red value is 216 (84.77% from 255 or 31.95% from 676); Green value is 206 (80.86% from 255 or 30.47% from 676); Blue value is 254 (99.61% from 255 or 37.57% from 676); Max value from RGB is 254 - color contains mainly: blue. Hex color #D8CEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CEFE is #273101. Grayscale: #D6D6D6. Windows color (decimal): -2568450 or 16699096. OLE color: 16699096.

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

Color convert

RGB216206254-
CMYK0.150.1900.00
HSL252.5º96%90.2%-
HSV(B)252.5º18.9%99.61%-
XYZ68.2865.9102.89-
YUV214.46150.31129.1-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.95%
GREEN value IS 206 (80.86% from 255) = 30.47%
BLUE value IS 254 (99.61% from 255) = 37.57%
R=31.95%
G=30.47%
B=37.57%

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
Decimal2162062540.150.1900.00252.59690.2
HexD8CEFEF1300fc605a
Octal330316376172300374140132
Binary110110001100111011111110111110011001111110011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CEFE; }

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

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

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

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

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

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

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

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