#D2CFFC

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

Shades of Lavender Blue #D2CFFC

Tints of Lavender Blue #D2CFFC

Color information

#D2CFFC (or 0xD2CFFC) is unknown color: approx Lavender Blue. HEX triplet: D2, CF and FC. RGB value is (210,207,252). Sum of RGB (Red+Green+Blue) = 210+207+252=669 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.39% from 669); Green value is 207 (81.25% from 255 or 30.94% from 669); Blue value is 252 (98.83% from 255 or 37.67% from 669); Max value from RGB is 252 - color contains mainly: blue. Hex color #D2CFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CFFC is #2D3003. Grayscale: #D4D4D4. Windows color (decimal): -2961412 or 16568274. OLE color: 16568274.

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

Color convert

RGB210207252-
CMYK0.170.1800.01
HSL244º88.24%90%-
HSV(B)244º17.86%98.82%-
XYZ66.4665.36101.21-
YUV213.03149.99125.84-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.39%
GREEN value IS 207 (81.25% from 255) = 30.94%
BLUE value IS 252 (98.83% from 255) = 37.67%
R=31.39%
G=30.94%
B=37.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2102072520.170.1800.0124488.2490
HexD2CFFC111201f4585a
Octal322317374212201364130132
Binary1101001011001111111111001000110010011111010010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CFFC; }

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

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

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

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

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

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

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

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