#D2CEFD

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

Shades of Lavender Blue #D2CEFD

Tints of Lavender Blue #D2CEFD

Color information

#D2CEFD (or 0xD2CEFD) is unknown color: approx Lavender Blue. HEX triplet: D2, CE and FD. RGB value is (210,206,253). Sum of RGB (Red+Green+Blue) = 210+206+253=669 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.39% from 669); Green value is 206 (80.86% from 255 or 30.79% from 669); Blue value is 253 (99.22% from 255 or 37.82% from 669); Max value from RGB is 253 - color contains mainly: blue. Hex color #D2CEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CEFD is #2D3102. Grayscale: #D4D4D4. Windows color (decimal): -2961667 or 16633554. OLE color: 16633554.

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

Color convert

RGB210206253-
CMYK0.170.1900.01
HSL245.11º92.16%90%-
HSV(B)245.11º18.58%99.22%-
XYZ66.3864.94101.96-
YUV212.55150.83126.18-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.39%
GREEN value IS 206 (80.86% from 255) = 30.79%
BLUE value IS 253 (99.22% from 255) = 37.82%
R=31.39%
G=30.79%
B=37.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2102062530.170.1900.01245.1192.1690
HexD2CEFD111301f55c5a
Octal322316375212301365134132
Binary1101001011001110111111011000110011011111010110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CEFD; }

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

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

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

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

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

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

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

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