Shades of Twilight #D5CFD2
Tints of Twilight #D5CFD2
RGB
CMYK
RGB Variations
Color information
#D5CFD2 (or 0xD5CFD2) is known color: Twilight. HEX triplet: D5, CF and D2. RGB value is (213,207,210). Sum of RGB (Red+Green+Blue) = 213+207+210=630 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.81% from 630); Green value is 207 (81.25% from 255 or 32.86% from 630); Blue value is 210 (82.42% from 255 or 33.33% from 630); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CFD2 is #2A302D. Grayscale: #D1D1D1. Windows color (decimal): -2764846 or 13815765. OLE color: 13815765.
HSL color Cylindrical-coordinate representation of color #D5CFD2: hue angle of 330º degrees, saturation: 0.07, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D5CFD2 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 207 | 210 | - |
CMYK | 0 | 0.03 | 0.01 | 0.16 |
HSL | 330º | 0.07% | 0.82% | - |
HSV(B) | 330º | 0.03% | 0.84% | - |
XYZ | 61.39 | 63.42 | 69.98 | - |
YUV | 209.14 | 128.49 | 130.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 207 | 210 | 0 | 0.03 | 0.01 | 0.16 | 330 | 0.07 | 0.82 |
Hex | D5 | CF | D2 | 0 | 3 | 1 | 10 | 14A | 7 | 52 |
Octal | 325 | 317 | 322 | 0 | 3 | 1 | 20 | 512 | 7 | 122 |
Binary | 11010101 | 11001111 | 11010010 | 0 | 11 | 1 | 10000 | 101001010 | 111 | 1010010 |
Color Harmonies of #D5CFD2
Complementary color
Monochromatic Colors of #D5CFD2
Black with #D5CFD2
Text Example
Text Example
White with #D5CFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CFD2; }
p { color: rgb(213,207,210); }
H1.HeaderClassName
{
color: #D5CFD2;
}
.AnyTagClassName
{
color: #D5CFD2;
}
</style>
background-color css
<style>
a { background-color: #D5CFD2; }
a { background-color: rgb(213,207,210); }
div.DivClassName
{
background-color: #D5CFD2;
}
.BgClassName
{
background-color: #D5CFD2;
}
</style>
border-color css
<style>
span { border-color: #D5CFD2; }
span { border-color: rgb(213,207,210); }
td.TdClassName
{
border-color: #D5CFD2;
}
.TagClassName
{
border-color: #D5CFD2;
}
</style>