Shades of Twilight #D6CCD2
Tints of Twilight #D6CCD2
RGB
CMYK
RGB Variations
Color information
#D6CCD2 (or 0xD6CCD2) is known color: Twilight. HEX triplet: D6, CC and D2. RGB value is (214,204,210). Sum of RGB (Red+Green+Blue) = 214+204+210=628 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.08% from 628); Green value is 204 (80.08% from 255 or 32.48% from 628); Blue value is 210 (82.42% from 255 or 33.44% from 628); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CCD2 is #29332D. Grayscale: #CFCFCF. Windows color (decimal): -2700078 or 13814998. OLE color: 13814998.
HSL color Cylindrical-coordinate representation of color #D6CCD2: hue angle of 324º 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 #D6CCD2 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 204 | 210 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.16 |
| HSL | 324º | 0.11% | 0.82% | - |
| HSV(B) | 324º | 0.05% | 0.84% | - |
| XYZ | 60.96 | 62.14 | 69.75 | - |
| YUV | 207.67 | 129.31 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 204 | 210 | 0 | 0.05 | 0.02 | 0.16 | 324 | 0.11 | 0.82 |
| Hex | D6 | CC | D2 | 0 | 5 | 2 | 10 | 144 | B | 52 |
| Octal | 326 | 314 | 322 | 0 | 5 | 2 | 20 | 504 | 13 | 122 |
| Binary | 11010110 | 11001100 | 11010010 | 0 | 101 | 10 | 10000 | 101000100 | 1011 | 1010010 |
Color Harmonies of #D6CCD2
Complementary color
Monochromatic Colors of #D6CCD2
Black with #D6CCD2
Text Example
Text Example
White with #D6CCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CCD2; }
p { color: rgb(214,204,210); }
H1.HeaderClassName
{
color: #D6CCD2;
}
.AnyTagClassName
{
color: #D6CCD2;
}
</style>
background-color css
<style>
a { background-color: #D6CCD2; }
a { background-color: rgb(214,204,210); }
div.DivClassName
{
background-color: #D6CCD2;
}
.BgClassName
{
background-color: #D6CCD2;
}
</style>
border-color css
<style>
span { border-color: #D6CCD2; }
span { border-color: rgb(214,204,210); }
td.TdClassName
{
border-color: #D6CCD2;
}
.TagClassName
{
border-color: #D6CCD2;
}
</style>