Shades of Twilight #DEBFD2
Tints of Twilight #DEBFD2
RGB
CMYK
RGB Variations
Color information
#DEBFD2 (or 0xDEBFD2) is known color: Twilight. HEX triplet: DE, BF and D2. RGB value is (222,191,210). Sum of RGB (Red+Green+Blue) = 222+191+210=623 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.63% from 623); Green value is 191 (75% from 255 or 30.66% from 623); Blue value is 210 (82.42% from 255 or 33.71% from 623); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBFD2 is #21402D. Grayscale: #CACACA. Windows color (decimal): -2179118 or 13811678. OLE color: 13811678.
HSL color Cylindrical-coordinate representation of color #DEBFD2: hue angle of 323.23º degrees, saturation: 0.32, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DEBFD2 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 191 | 210 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.13 |
| HSL | 323.23º | 0.32% | 0.81% | - |
| HSV(B) | 323.23º | 0.14% | 0.87% | - |
| XYZ | 60.39 | 57.44 | 68.88 | - |
| YUV | 202.44 | 132.27 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 191 | 210 | 0 | 0.14 | 0.05 | 0.13 | 323.23 | 0.32 | 0.81 |
| Hex | DE | BF | D2 | 0 | E | 5 | D | 143 | 20 | 51 |
| Octal | 336 | 277 | 322 | 0 | 16 | 5 | 15 | 503 | 40 | 121 |
| Binary | 11011110 | 10111111 | 11010010 | 0 | 1110 | 101 | 1101 | 101000011 | 100000 | 1010001 |
Color Harmonies of #DEBFD2
Complementary color
Monochromatic Colors of #DEBFD2
Black with #DEBFD2
Text Example
Text Example
White with #DEBFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBFD2; }
p { color: rgb(222,191,210); }
H1.HeaderClassName
{
color: #DEBFD2;
}
.AnyTagClassName
{
color: #DEBFD2;
}
</style>
background-color css
<style>
a { background-color: #DEBFD2; }
a { background-color: rgb(222,191,210); }
div.DivClassName
{
background-color: #DEBFD2;
}
.BgClassName
{
background-color: #DEBFD2;
}
</style>
border-color css
<style>
span { border-color: #DEBFD2; }
span { border-color: rgb(222,191,210); }
td.TdClassName
{
border-color: #DEBFD2;
}
.TagClassName
{
border-color: #DEBFD2;
}
</style>