#D5CEFC

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

Shades of Lavender Blue #D5CEFC

Tints of Lavender Blue #D5CEFC

Color information

#D5CEFC (or 0xD5CEFC) is unknown color: approx Lavender Blue. HEX triplet: D5, CE and FC. RGB value is (213,206,252). Sum of RGB (Red+Green+Blue) = 213+206+252=671 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.74% from 671); Green value is 206 (80.86% from 255 or 30.70% from 671); Blue value is 252 (98.83% from 255 or 37.56% from 671); Max value from RGB is 252 - color contains mainly: blue. Hex color #D5CEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CEFC is #2A3103. Grayscale: #D5D5D5. Windows color (decimal): -2765060 or 16568021. OLE color: 16568021.

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

Color convert

RGB213206252-
CMYK0.150.1800.01
HSL249.13º88.46%89.8%-
HSV(B)249.13º18.25%98.82%-
XYZ67.0865.32101.17-
YUV213.34149.82127.76-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.74%
GREEN value IS 206 (80.86% from 255) = 30.70%
BLUE value IS 252 (98.83% from 255) = 37.56%
R=31.74%
G=30.70%
B=37.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2132062520.150.1800.01249.1388.4689.8
HexD5CEFCF1201f9585a
Octal325316374172201371130132
Binary110101011100111011111100111110010011111100110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CEFC; }

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

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

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

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

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

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

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

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