#D2CDF9

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

Shades of Lavender Blue #D2CDF9

Tints of Lavender Blue #D2CDF9

Color information

#D2CDF9 (or 0xD2CDF9) is unknown color: approx Lavender Blue. HEX triplet: D2, CD and F9. RGB value is (210,205,249). Sum of RGB (Red+Green+Blue) = 210+205+249=664 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.63% from 664); Green value is 205 (80.47% from 255 or 30.87% from 664); Blue value is 249 (97.66% from 255 or 37.5% from 664); Max value from RGB is 249 - color contains mainly: blue. Hex color #D2CDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CDF9 is #2D3206. Grayscale: #D3D3D3. Windows color (decimal): -2961927 or 16371154. OLE color: 16371154.

HSL color Cylindrical-coordinate representation of color #D2CDF9: hue angle of 246.82º 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 #D2CDF9 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB210205249-
CMYK0.160.1800.02
HSL246.82º78.57%89.02%-
HSV(B)246.82º17.67%97.65%-
XYZ65.5164.298.56-
YUV211.51149.16126.92-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.63%
GREEN value IS 205 (80.47% from 255) = 30.87%
BLUE value IS 249 (97.66% from 255) = 37.5%
R=31.63%
G=30.87%
B=37.5%

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
Decimal2102052490.160.1800.02246.8278.5789.02
HexD2CDF9101202f74f59
Octal322315371202202367117131
Binary11010010110011011111100110000100100101111011110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CDF9; }

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

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

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

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

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

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

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

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