#D2CAFF

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

Shades of Lavender Blue #D2CAFF

Tints of Lavender Blue #D2CAFF

Color information

#D2CAFF (or 0xD2CAFF) is unknown color: approx Lavender Blue. HEX triplet: D2, CA and FF. RGB value is (210,202,255). Sum of RGB (Red+Green+Blue) = 210+202+255=667 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.48% from 667); Green value is 202 (79.30% from 255 or 30.28% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2CAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CAFF is #2D3500. Grayscale: #D2D2D2. Windows color (decimal): -2962689 or 16763602. OLE color: 16763602.

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

Color convert

RGB210202255-
CMYK0.180.2100
HSL249.06º100%89.61%-
HSV(B)249.06º20.78%100%-
XYZ65.7563.16103.33-
YUV210.43153.15127.69-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.48%
GREEN value IS 202 (79.30% from 255) = 30.28%
BLUE value IS 255 (100% from 255) = 38.23%
R=31.48%
G=30.28%
B=38.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2102022550.180.2100249.0610089.61
HexD2CAFF121500f9645a
Octal322312377222500371144132
Binary1101001011001010111111111001010101001111100111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CAFF; }

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

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

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

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

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

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

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

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