Shades of French Lilac #DCC2D7
Tints of French Lilac #DCC2D7
RGB
CMYK
RGB Variations
Color information
#DCC2D7 (or 0xDCC2D7) is known color: French Lilac. HEX triplet: DC, C2 and D7. RGB value is (220,194,215). Sum of RGB (Red+Green+Blue) = 220+194+215=629 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.98% from 629); Green value is 194 (76.17% from 255 or 30.84% from 629); Blue value is 215 (84.38% from 255 or 34.18% from 629); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC2D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC2D7 is #233D28. Grayscale: #CCCCCC. Windows color (decimal): -2309417 or 14140124. OLE color: 14140124.
HSL color Cylindrical-coordinate representation of color #DCC2D7: hue angle of 311.54º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCC2D7 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 194 | 215 | - |
CMYK | 0 | 0.12 | 0.02 | 0.14 |
HSL | 311.54º | 0.27% | 0.81% | - |
HSV(B) | 311.54º | 0.12% | 0.86% | - |
XYZ | 61.07 | 58.71 | 72.4 | - |
YUV | 204.17 | 134.11 | 139.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 194 | 215 | 0 | 0.12 | 0.02 | 0.14 | 311.54 | 0.27 | 0.81 |
Hex | DC | C2 | D7 | 0 | C | 2 | E | 138 | 1B | 51 |
Octal | 334 | 302 | 327 | 0 | 14 | 2 | 16 | 470 | 33 | 121 |
Binary | 11011100 | 11000010 | 11010111 | 0 | 1100 | 10 | 1110 | 100111000 | 11011 | 1010001 |
Color Harmonies of #DCC2D7
Complementary color
Monochromatic Colors of #DCC2D7
Black with #DCC2D7
Text Example
Text Example
White with #DCC2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC2D7; }
p { color: rgb(220,194,215); }
H1.HeaderClassName
{
color: #DCC2D7;
}
.AnyTagClassName
{
color: #DCC2D7;
}
</style>
background-color css
<style>
a { background-color: #DCC2D7; }
a { background-color: rgb(220,194,215); }
div.DivClassName
{
background-color: #DCC2D7;
}
.BgClassName
{
background-color: #DCC2D7;
}
</style>
border-color css
<style>
span { border-color: #DCC2D7; }
span { border-color: rgb(220,194,215); }
td.TdClassName
{
border-color: #DCC2D7;
}
.TagClassName
{
border-color: #DCC2D7;
}
</style>