Shades of Twilight #DEAFCA
Tints of Twilight #DEAFCA
RGB
CMYK
RGB Variations
Color information
#DEAFCA (or 0xDEAFCA) is known color: Twilight. HEX triplet: DE, AF and CA. RGB value is (222,175,202). Sum of RGB (Red+Green+Blue) = 222+175+202=599 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.06% from 599); Green value is 175 (68.75% from 255 or 29.22% from 599); Blue value is 202 (79.30% from 255 or 33.72% from 599); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAFCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAFCA is #215035. Grayscale: #C0C0C0. Windows color (decimal): -2183222 or 13283294. OLE color: 13283294.
HSL color Cylindrical-coordinate representation of color #DEAFCA: hue angle of 325.53º 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 #DEAFCA is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 175 | 202 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.13 |
| HSL | 325.53º | 0.42% | 0.78% | - |
| HSV(B) | 325.53º | 0.21% | 0.87% | - |
| XYZ | 56.11 | 50.45 | 62.66 | - |
| YUV | 192.13 | 133.57 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 175 | 202 | 0 | 0.21 | 0.09 | 0.13 | 325.53 | 0.42 | 0.78 |
| Hex | DE | AF | CA | 0 | 15 | 9 | D | 146 | 2A | 4E |
| Octal | 336 | 257 | 312 | 0 | 25 | 11 | 15 | 506 | 52 | 116 |
| Binary | 11011110 | 10101111 | 11001010 | 0 | 10101 | 1001 | 1101 | 101000110 | 101010 | 1001110 |
Color Harmonies of #DEAFCA
Complementary color
Monochromatic Colors of #DEAFCA
Black with #DEAFCA
Text Example
Text Example
White with #DEAFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAFCA; }
p { color: rgb(222,175,202); }
H1.HeaderClassName
{
color: #DEAFCA;
}
.AnyTagClassName
{
color: #DEAFCA;
}
</style>
background-color css
<style>
a { background-color: #DEAFCA; }
a { background-color: rgb(222,175,202); }
div.DivClassName
{
background-color: #DEAFCA;
}
.BgClassName
{
background-color: #DEAFCA;
}
</style>
border-color css
<style>
span { border-color: #DEAFCA; }
span { border-color: rgb(222,175,202); }
td.TdClassName
{
border-color: #DEAFCA;
}
.TagClassName
{
border-color: #DEAFCA;
}
</style>