Shades of Twilight #D6CCD1
Tints of Twilight #D6CCD1
RGB
CMYK
RGB Variations
Color information
#D6CCD1 (or 0xD6CCD1) is known color: Twilight. HEX triplet: D6, CC and D1. RGB value is (214,204,209). Sum of RGB (Red+Green+Blue) = 214+204+209=627 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.13% from 627); Green value is 204 (80.08% from 255 or 32.54% from 627); Blue value is 209 (82.03% from 255 or 33.33% from 627); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CCD1 is #29332E. Grayscale: #CFCFCF. Windows color (decimal): -2700079 or 13749462. OLE color: 13749462.
HSL color Cylindrical-coordinate representation of color #D6CCD1: hue angle of 330º degrees, saturation: 0.11, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D6CCD1 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
RGB | 214 | 204 | 209 | - |
CMYK | 0 | 0.05 | 0.02 | 0.16 |
HSL | 330º | 0.11% | 0.82% | - |
HSV(B) | 330º | 0.05% | 0.84% | - |
XYZ | 60.83 | 62.09 | 69.1 | - |
YUV | 207.56 | 128.81 | 132.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 204 | 209 | 0 | 0.05 | 0.02 | 0.16 | 330 | 0.11 | 0.82 |
Hex | D6 | CC | D1 | 0 | 5 | 2 | 10 | 14A | B | 52 |
Octal | 326 | 314 | 321 | 0 | 5 | 2 | 20 | 512 | 13 | 122 |
Binary | 11010110 | 11001100 | 11010001 | 0 | 101 | 10 | 10000 | 101001010 | 1011 | 1010010 |
Color Harmonies of #D6CCD1
Complementary color
Monochromatic Colors of #D6CCD1
Black with #D6CCD1
Text Example
Text Example
White with #D6CCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CCD1; }
p { color: rgb(214,204,209); }
H1.HeaderClassName
{
color: #D6CCD1;
}
.AnyTagClassName
{
color: #D6CCD1;
}
</style>
background-color css
<style>
a { background-color: #D6CCD1; }
a { background-color: rgb(214,204,209); }
div.DivClassName
{
background-color: #D6CCD1;
}
.BgClassName
{
background-color: #D6CCD1;
}
</style>
border-color css
<style>
span { border-color: #D6CCD1; }
span { border-color: rgb(214,204,209); }
td.TdClassName
{
border-color: #D6CCD1;
}
.TagClassName
{
border-color: #D6CCD1;
}
</style>