#D2CAF7

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

Shades of Lavender Blue #D2CAF7

Tints of Lavender Blue #D2CAF7

Color information

#D2CAF7 (or 0xD2CAF7) is unknown color: approx Lavender Blue. HEX triplet: D2, CA and F7. RGB value is (210,202,247). Sum of RGB (Red+Green+Blue) = 210+202+247=659 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.87% from 659); Green value is 202 (79.30% from 255 or 30.65% from 659); Blue value is 247 (96.88% from 255 or 37.48% from 659); Max value from RGB is 247 - color contains mainly: blue. Hex color #D2CAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CAF7 is #2D3508. Grayscale: #D1D1D1. Windows color (decimal): -2962697 or 16239314. OLE color: 16239314.

HSL color Cylindrical-coordinate representation of color #D2CAF7: hue angle of 250.67º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2CAF7 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB210202247-
CMYK0.150.1800.03
HSL250.67º73.77%88.04%-
HSV(B)250.67º18.22%96.86%-
XYZ64.4962.6696.69-
YUV209.52149.15128.34-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.87%
GREEN value IS 202 (79.30% from 255) = 30.65%
BLUE value IS 247 (96.88% from 255) = 37.48%
R=31.87%
G=30.65%
B=37.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2102022470.150.1800.03250.6773.7788.04
HexD2CAF7F1203fb4a58
Octal322312367172203373112130
Binary1101001011001010111101111111100100111111101110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CAF7; }

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

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

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

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

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

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

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

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