#D2CAFC

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

Shades of Lavender Blue #D2CAFC

Tints of Lavender Blue #D2CAFC

Color information

#D2CAFC (or 0xD2CAFC) is unknown color: approx Lavender Blue. HEX triplet: D2, CA and FC. RGB value is (210,202,252). Sum of RGB (Red+Green+Blue) = 210+202+252=664 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.63% from 664); Green value is 202 (79.30% from 255 or 30.42% from 664); Blue value is 252 (98.83% from 255 or 37.95% from 664); Max value from RGB is 252 - color contains mainly: blue. Hex color #D2CAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CAFC is #2D3503. Grayscale: #D1D1D1. Windows color (decimal): -2962692 or 16566994. OLE color: 16566994.

HSL color Cylindrical-coordinate representation of color #D2CAFC: hue angle of 249.6º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2CAFC is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB210202252-
CMYK0.170.2000.01
HSL249.6º89.29%89.02%-
HSV(B)249.6º19.84%98.82%-
XYZ65.2762.97100.81-
YUV210.09151.65127.93-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.63%
GREEN value IS 202 (79.30% from 255) = 30.42%
BLUE value IS 252 (98.83% from 255) = 37.95%
R=31.63%
G=30.42%
B=37.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2102022520.170.2000.01249.689.2989.02
HexD2CAFC111401fa5959
Octal322312374212401372131131
Binary1101001011001010111111001000110100011111101010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CAFC; }

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

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

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

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

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

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

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

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