#D2CBF9

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

Shades of Lavender Blue #D2CBF9

Tints of Lavender Blue #D2CBF9

Color information

#D2CBF9 (or 0xD2CBF9) is unknown color: approx Lavender Blue. HEX triplet: D2, CB and F9. RGB value is (210,203,249). Sum of RGB (Red+Green+Blue) = 210+203+249=662 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.72% from 662); Green value is 203 (79.69% from 255 or 30.66% from 662); Blue value is 249 (97.66% from 255 or 37.61% from 662); Max value from RGB is 249 - color contains mainly: blue. Hex color #D2CBF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CBF9 is #2D3406. Grayscale: #D2D2D2. Windows color (decimal): -2962439 or 16370642. OLE color: 16370642.

HSL color Cylindrical-coordinate representation of color #D2CBF9: hue angle of 249.13º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2CBF9 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB210203249-
CMYK0.160.1800.02
HSL249.13º79.31%88.63%-
HSV(B)249.13º18.47%97.65%-
XYZ65.0363.2598.4-
YUV210.34149.82127.76-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.72%
GREEN value IS 203 (79.69% from 255) = 30.66%
BLUE value IS 249 (97.66% from 255) = 37.61%
R=31.72%
G=30.66%
B=37.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2102032490.160.1800.02249.1379.3188.63
HexD2CBF9101202f94f59
Octal322313371202202371117131
Binary11010010110010111111100110000100100101111100110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CBF9; }

 p { color: rgb(210,203,249); }

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

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

 a { background-color: rgb(210,203,249); }

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

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

 span { border-color: rgb(210,203,249); }

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