Shades of Twilight #DCCCD6
Tints of Twilight #DCCCD6
RGB
CMYK
RGB Variations
Color information
#DCCCD6 (or 0xDCCCD6) is known color: Twilight. HEX triplet: DC, CC and D6. RGB value is (220,204,214). Sum of RGB (Red+Green+Blue) = 220+204+214=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 204 (80.08% from 255 or 31.97% from 638); Blue value is 214 (83.98% from 255 or 33.54% from 638); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCCD6 is #233329. Grayscale: #D1D1D1. Windows color (decimal): -2306858 or 14077148. OLE color: 14077148.
HSL color Cylindrical-coordinate representation of color #DCCCD6: hue angle of 322.5º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCCCD6 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 204 | 214 | - |
CMYK | 0 | 0.07 | 0.03 | 0.14 |
HSL | 322.5º | 0.19% | 0.83% | - |
HSV(B) | 322.5º | 0.07% | 0.86% | - |
XYZ | 63.25 | 63.26 | 72.49 | - |
YUV | 209.92 | 130.3 | 135.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 204 | 214 | 0 | 0.07 | 0.03 | 0.14 | 322.5 | 0.19 | 0.83 |
Hex | DC | CC | D6 | 0 | 7 | 3 | E | 142 | 13 | 53 |
Octal | 334 | 314 | 326 | 0 | 7 | 3 | 16 | 502 | 23 | 123 |
Binary | 11011100 | 11001100 | 11010110 | 0 | 111 | 11 | 1110 | 101000010 | 10011 | 1010011 |
Color Harmonies of #DCCCD6
Complementary color
Monochromatic Colors of #DCCCD6
Black with #DCCCD6
Text Example
Text Example
White with #DCCCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCCD6; }
p { color: rgb(220,204,214); }
H1.HeaderClassName
{
color: #DCCCD6;
}
.AnyTagClassName
{
color: #DCCCD6;
}
</style>
background-color css
<style>
a { background-color: #DCCCD6; }
a { background-color: rgb(220,204,214); }
div.DivClassName
{
background-color: #DCCCD6;
}
.BgClassName
{
background-color: #DCCCD6;
}
</style>
border-color css
<style>
span { border-color: #DCCCD6; }
span { border-color: rgb(220,204,214); }
td.TdClassName
{
border-color: #DCCCD6;
}
.TagClassName
{
border-color: #DCCCD6;
}
</style>