#D2C9FD

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

Shades of Lavender Blue #D2C9FD

Tints of Lavender Blue #D2C9FD

Color information

#D2C9FD (or 0xD2C9FD) is unknown color: approx Lavender Blue. HEX triplet: D2, C9 and FD. RGB value is (210,201,253). Sum of RGB (Red+Green+Blue) = 210+201+253=664 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.63% from 664); Green value is 201 (78.91% from 255 or 30.27% from 664); Blue value is 253 (99.22% from 255 or 38.10% from 664); Max value from RGB is 253 - color contains mainly: blue. Hex color #D2C9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2C9FD is #2D3602. Grayscale: #D1D1D1. Windows color (decimal): -2962947 or 16632274. OLE color: 16632274.

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

Color convert

RGB210201253-
CMYK0.170.2100.01
HSL250.38º92.86%89.02%-
HSV(B)250.38º20.55%99.22%-
XYZ65.1962.57101.57-
YUV209.62152.48128.27-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.63%
GREEN value IS 201 (78.91% from 255) = 30.27%
BLUE value IS 253 (99.22% from 255) = 38.10%
R=31.63%
G=30.27%
B=38.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2102012530.170.2100.01250.3892.8689.02
HexD2C9FD111501fa5d59
Octal322311375212501372135131
Binary1101001011001001111111011000110101011111101010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C9FD; }

 p { color: rgb(210,201,253); }

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

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

 a { background-color: rgb(210,201,253); }

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

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

 span { border-color: rgb(210,201,253); }

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