Shades of Twilight #DEC2D3
Tints of Twilight #DEC2D3
RGB
CMYK
RGB Variations
Color information
#DEC2D3 (or 0xDEC2D3) is known color: Twilight. HEX triplet: DE, C2 and D3. RGB value is (222,194,211). Sum of RGB (Red+Green+Blue) = 222+194+211=627 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.41% from 627); Green value is 194 (76.17% from 255 or 30.94% from 627); Blue value is 211 (82.81% from 255 or 33.65% from 627); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC2D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC2D3 is #213D2C. Grayscale: #CCCCCC. Windows color (decimal): -2178349 or 13877982. OLE color: 13877982.
HSL color Cylindrical-coordinate representation of color #DEC2D3: hue angle of 323.57º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEC2D3 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 194 | 211 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.13 |
| HSL | 323.57º | 0.3% | 0.82% | - |
| HSV(B) | 323.57º | 0.13% | 0.87% | - |
| XYZ | 61.17 | 58.82 | 69.76 | - |
| YUV | 204.31 | 131.78 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 194 | 211 | 0 | 0.13 | 0.05 | 0.13 | 323.57 | 0.3 | 0.82 |
| Hex | DE | C2 | D3 | 0 | D | 5 | D | 144 | 1E | 52 |
| Octal | 336 | 302 | 323 | 0 | 15 | 5 | 15 | 504 | 36 | 122 |
| Binary | 11011110 | 11000010 | 11010011 | 0 | 1101 | 101 | 1101 | 101000100 | 11110 | 1010010 |
Color Harmonies of #DEC2D3
Complementary color
Monochromatic Colors of #DEC2D3
Black with #DEC2D3
Text Example
Text Example
White with #DEC2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC2D3; }
p { color: rgb(222,194,211); }
H1.HeaderClassName
{
color: #DEC2D3;
}
.AnyTagClassName
{
color: #DEC2D3;
}
</style>
background-color css
<style>
a { background-color: #DEC2D3; }
a { background-color: rgb(222,194,211); }
div.DivClassName
{
background-color: #DEC2D3;
}
.BgClassName
{
background-color: #DEC2D3;
}
</style>
border-color css
<style>
span { border-color: #DEC2D3; }
span { border-color: rgb(222,194,211); }
td.TdClassName
{
border-color: #DEC2D3;
}
.TagClassName
{
border-color: #DEC2D3;
}
</style>