Shades of Twilight #DEAFCD
Tints of Twilight #DEAFCD
RGB
CMYK
RGB Variations
Color information
#DEAFCD (or 0xDEAFCD) is known color: Twilight. HEX triplet: DE, AF and CD. RGB value is (222,175,205). Sum of RGB (Red+Green+Blue) = 222+175+205=602 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.88% from 602); Green value is 175 (68.75% from 255 or 29.07% from 602); Blue value is 205 (80.47% from 255 or 34.05% from 602); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAFCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAFCD is #215032. Grayscale: #C0C0C0. Windows color (decimal): -2183219 or 13479902. OLE color: 13479902.
HSL color Cylindrical-coordinate representation of color #DEAFCD: hue angle of 321.7º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEAFCD is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 175 | 205 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.13 |
| HSL | 321.7º | 0.42% | 0.78% | - |
| HSV(B) | 321.7º | 0.21% | 0.87% | - |
| XYZ | 56.47 | 50.6 | 64.55 | - |
| YUV | 192.47 | 135.07 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 175 | 205 | 0 | 0.21 | 0.08 | 0.13 | 321.7 | 0.42 | 0.78 |
| Hex | DE | AF | CD | 0 | 15 | 8 | D | 142 | 2A | 4E |
| Octal | 336 | 257 | 315 | 0 | 25 | 10 | 15 | 502 | 52 | 116 |
| Binary | 11011110 | 10101111 | 11001101 | 0 | 10101 | 1000 | 1101 | 101000010 | 101010 | 1001110 |
Color Harmonies of #DEAFCD
Complementary color
Monochromatic Colors of #DEAFCD
Black with #DEAFCD
Text Example
Text Example
White with #DEAFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAFCD; }
p { color: rgb(222,175,205); }
H1.HeaderClassName
{
color: #DEAFCD;
}
.AnyTagClassName
{
color: #DEAFCD;
}
</style>
background-color css
<style>
a { background-color: #DEAFCD; }
a { background-color: rgb(222,175,205); }
div.DivClassName
{
background-color: #DEAFCD;
}
.BgClassName
{
background-color: #DEAFCD;
}
</style>
border-color css
<style>
span { border-color: #DEAFCD; }
span { border-color: rgb(222,175,205); }
td.TdClassName
{
border-color: #DEAFCD;
}
.TagClassName
{
border-color: #DEAFCD;
}
</style>