#D8CEFC

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

Shades of Lavender Blue #D8CEFC

Tints of Lavender Blue #D8CEFC

Color information

#D8CEFC (or 0xD8CEFC) is unknown color: approx Lavender Blue. HEX triplet: D8, CE and FC. RGB value is (216,206,252). Sum of RGB (Red+Green+Blue) = 216+206+252=674 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32.05% from 674); Green value is 206 (80.86% from 255 or 30.56% from 674); Blue value is 252 (98.83% from 255 or 37.39% from 674); Max value from RGB is 252 - color contains mainly: blue. Hex color #D8CEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CEFC is #273103. Grayscale: #D6D6D6. Windows color (decimal): -2568452 or 16568024. OLE color: 16568024.

HSL color Cylindrical-coordinate representation of color #D8CEFC: hue angle of 253.04º 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 #D8CEFC is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB216206252-
CMYK0.140.1800.01
HSL253.04º88.46%89.8%-
HSV(B)253.04º18.25%98.82%-
XYZ67.9665.77101.21-
YUV214.23149.31129.26-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.05%
GREEN value IS 206 (80.86% from 255) = 30.56%
BLUE value IS 252 (98.83% from 255) = 37.39%
R=32.05%
G=30.56%
B=37.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2162062520.140.1800.01253.0488.4689.8
HexD8CEFCE1201fd585a
Octal330316374162201375130132
Binary110110001100111011111100111010010011111110110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CEFC; }

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

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

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

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

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

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

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

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