#D5CEFD

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

Shades of Lavender Blue #D5CEFD

Tints of Lavender Blue #D5CEFD

Color information

#D5CEFD (or 0xD5CEFD) is unknown color: approx Lavender Blue. HEX triplet: D5, CE and FD. RGB value is (213,206,253). Sum of RGB (Red+Green+Blue) = 213+206+253=672 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.70% from 672); Green value is 206 (80.86% from 255 or 30.65% from 672); Blue value is 253 (99.22% from 255 or 37.65% from 672); Max value from RGB is 253 - color contains mainly: blue. Hex color #D5CEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CEFD is #2A3102. Grayscale: #D5D5D5. Windows color (decimal): -2765059 or 16633557. OLE color: 16633557.

HSL color Cylindrical-coordinate representation of color #D5CEFD: hue angle of 248.94º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5CEFD is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB213206253-
CMYK0.160.1900.01
HSL248.94º92.16%90%-
HSV(B)248.94º18.58%99.22%-
XYZ67.2465.38102-
YUV213.45150.32127.68-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.70%
GREEN value IS 206 (80.86% from 255) = 30.65%
BLUE value IS 253 (99.22% from 255) = 37.65%
R=31.70%
G=30.65%
B=37.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2132062530.160.1900.01248.9492.1690
HexD5CEFD101301f95c5a
Octal325316375202301371134132
Binary1101010111001110111111011000010011011111100110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CEFD; }

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

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

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

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

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

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

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

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