#D5CEFE

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

Shades of Lavender Blue #D5CEFE

Tints of Lavender Blue #D5CEFE

Color information

#D5CEFE (or 0xD5CEFE) is unknown color: approx Lavender Blue. HEX triplet: D5, CE and FE. RGB value is (213,206,254). Sum of RGB (Red+Green+Blue) = 213+206+254=673 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.65% from 673); Green value is 206 (80.86% from 255 or 30.61% from 673); Blue value is 254 (99.61% from 255 or 37.74% from 673); Max value from RGB is 254 - color contains mainly: blue. Hex color #D5CEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CEFE is #2A3101. Grayscale: #D5D5D5. Windows color (decimal): -2765058 or 16699093. OLE color: 16699093.

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

Color convert

RGB213206254-
CMYK0.160.1900.00
HSL248.75º96%90.2%-
HSV(B)248.75º18.9%99.61%-
XYZ67.465.44102.85-
YUV213.56150.82127.6-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.65%
GREEN value IS 206 (80.86% from 255) = 30.61%
BLUE value IS 254 (99.61% from 255) = 37.74%
R=31.65%
G=30.61%
B=37.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2132062540.160.1900.00248.759690.2
HexD5CEFE101300f9605a
Octal325316376202300371140132
Binary1101010111001110111111101000010011001111100111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CEFE; }

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

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

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

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

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

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

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

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