#D2CDFC

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

Shades of Lavender Blue #D2CDFC

Tints of Lavender Blue #D2CDFC

Color information

#D2CDFC (or 0xD2CDFC) is unknown color: approx Lavender Blue. HEX triplet: D2, CD and FC. RGB value is (210,205,252). Sum of RGB (Red+Green+Blue) = 210+205+252=667 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.48% from 667); Green value is 205 (80.47% from 255 or 30.73% from 667); Blue value is 252 (98.83% from 255 or 37.78% from 667); Max value from RGB is 252 - color contains mainly: blue. Hex color #D2CDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CDFC is #2D3203. Grayscale: #D3D3D3. Windows color (decimal): -2961924 or 16567762. OLE color: 16567762.

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

Color convert

RGB210205252-
CMYK0.170.1900.01
HSL246.38º88.68%89.61%-
HSV(B)246.38º18.65%98.82%-
XYZ65.9864.39101.05-
YUV211.85150.66126.68-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.48%
GREEN value IS 205 (80.47% from 255) = 30.73%
BLUE value IS 252 (98.83% from 255) = 37.78%
R=31.48%
G=30.73%
B=37.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2102052520.170.1900.01246.3888.6889.61
HexD2CDFC111301f6595a
Octal322315374212301366131132
Binary1101001011001101111111001000110011011111011010110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CDFC; }

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

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

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

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

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

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

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

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