Shades of Twilight #D3CFD2
Tints of Twilight #D3CFD2
RGB
CMYK
RGB Variations
Color information
#D3CFD2 (or 0xD3CFD2) is known color: Twilight. HEX triplet: D3, CF and D2. RGB value is (211,207,210). Sum of RGB (Red+Green+Blue) = 211+207+210=628 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.60% from 628); Green value is 207 (81.25% from 255 or 32.96% from 628); Blue value is 210 (82.42% from 255 or 33.44% from 628); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CFD2 is #2C302D. Grayscale: #D0D0D0. Windows color (decimal): -2895918 or 13815763. OLE color: 13815763.
HSL color Cylindrical-coordinate representation of color #D3CFD2: hue angle of 315º degrees, saturation: 0.04, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D3CFD2 is Cyan = 0, Magento = 0.02, Yellow = 0.00 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 207 | 210 | - |
| CMYK | 0 | 0.02 | 0.00 | 0.17 |
| HSL | 315º | 0.04% | 0.82% | - |
| HSV(B) | 315º | 0.02% | 0.83% | - |
| XYZ | 60.81 | 63.13 | 69.95 | - |
| YUV | 208.54 | 128.83 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 207 | 210 | 0 | 0.02 | 0.00 | 0.17 | 315 | 0.04 | 0.82 |
| Hex | D3 | CF | D2 | 0 | 2 | 0 | 11 | 13B | 4 | 52 |
| Octal | 323 | 317 | 322 | 0 | 2 | 0 | 21 | 473 | 4 | 122 |
| Binary | 11010011 | 11001111 | 11010010 | 0 | 10 | 0 | 10001 | 100111011 | 100 | 1010010 |
Color Harmonies of #D3CFD2
Complementary color
Monochromatic Colors of #D3CFD2
Black with #D3CFD2
Text Example
Text Example
White with #D3CFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CFD2; }
p { color: rgb(211,207,210); }
H1.HeaderClassName
{
color: #D3CFD2;
}
.AnyTagClassName
{
color: #D3CFD2;
}
</style>
background-color css
<style>
a { background-color: #D3CFD2; }
a { background-color: rgb(211,207,210); }
div.DivClassName
{
background-color: #D3CFD2;
}
.BgClassName
{
background-color: #D3CFD2;
}
</style>
border-color css
<style>
span { border-color: #D3CFD2; }
span { border-color: rgb(211,207,210); }
td.TdClassName
{
border-color: #D3CFD2;
}
.TagClassName
{
border-color: #D3CFD2;
}
</style>