#D2CEFF

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

Shades of Lavender Blue #D2CEFF

Tints of Lavender Blue #D2CEFF

Color information

#D2CEFF (or 0xD2CEFF) is unknown color: approx Lavender Blue. HEX triplet: D2, CE and FF. RGB value is (210,206,255). Sum of RGB (Red+Green+Blue) = 210+206+255=671 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.30% from 671); Green value is 206 (80.86% from 255 or 30.70% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2CEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CEFF is #2D3100. Grayscale: #D4D4D4. Windows color (decimal): -2961665 or 16764626. OLE color: 16764626.

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

Color convert

RGB210206255-
CMYK0.180.1900
HSL244.9º100%90.39%-
HSV(B)244.9º19.22%100%-
XYZ66.765.06103.65-
YUV212.78151.83126.02-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.30%
GREEN value IS 206 (80.86% from 255) = 30.70%
BLUE value IS 255 (100% from 255) = 38.00%
R=31.30%
G=30.70%
B=38.00%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2102062550.180.1900244.910090.39
HexD2CEFF121300f5645a
Octal322316377222300365144132
Binary1101001011001110111111111001010011001111010111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CEFF; }

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

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

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

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

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

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

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

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