Shades of Twilight #D4CED2
Tints of Twilight #D4CED2
RGB
CMYK
RGB Variations
Color information
#D4CED2 (or 0xD4CED2) is known color: Twilight. HEX triplet: D4, CE and D2. RGB value is (212,206,210). Sum of RGB (Red+Green+Blue) = 212+206+210=628 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.76% from 628); Green value is 206 (80.86% from 255 or 32.80% from 628); Blue value is 210 (82.42% from 255 or 33.44% from 628); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CED2 is #2B312D. Grayscale: #D0D0D0. Windows color (decimal): -2830638 or 13815508. OLE color: 13815508.
HSL color Cylindrical-coordinate representation of color #D4CED2: hue angle of 320º degrees, saturation: 0.07, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D4CED2 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 206 | 210 | - |
CMYK | 0 | 0.03 | 0.01 | 0.17 |
HSL | 320º | 0.07% | 0.82% | - |
HSV(B) | 320º | 0.03% | 0.83% | - |
XYZ | 60.86 | 62.79 | 69.89 | - |
YUV | 208.25 | 128.99 | 130.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 206 | 210 | 0 | 0.03 | 0.01 | 0.17 | 320 | 0.07 | 0.82 |
Hex | D4 | CE | D2 | 0 | 3 | 1 | 11 | 140 | 7 | 52 |
Octal | 324 | 316 | 322 | 0 | 3 | 1 | 21 | 500 | 7 | 122 |
Binary | 11010100 | 11001110 | 11010010 | 0 | 11 | 1 | 10001 | 101000000 | 111 | 1010010 |
Color Harmonies of #D4CED2
Complementary color
Monochromatic Colors of #D4CED2
Black with #D4CED2
Text Example
Text Example
White with #D4CED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CED2; }
p { color: rgb(212,206,210); }
H1.HeaderClassName
{
color: #D4CED2;
}
.AnyTagClassName
{
color: #D4CED2;
}
</style>
background-color css
<style>
a { background-color: #D4CED2; }
a { background-color: rgb(212,206,210); }
div.DivClassName
{
background-color: #D4CED2;
}
.BgClassName
{
background-color: #D4CED2;
}
</style>
border-color css
<style>
span { border-color: #D4CED2; }
span { border-color: rgb(212,206,210); }
td.TdClassName
{
border-color: #D4CED2;
}
.TagClassName
{
border-color: #D4CED2;
}
</style>