Shades of Twilight #DEC3D2
Tints of Twilight #DEC3D2
RGB
CMYK
RGB Variations
Color information
#DEC3D2 (or 0xDEC3D2) is known color: Twilight. HEX triplet: DE, C3 and D2. RGB value is (222,195,210). Sum of RGB (Red+Green+Blue) = 222+195+210=627 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.41% from 627); Green value is 195 (76.56% from 255 or 31.10% from 627); Blue value is 210 (82.42% from 255 or 33.49% from 627); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC3D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC3D2 is #213C2D. Grayscale: #CCCCCC. Windows color (decimal): -2178094 or 13812702. OLE color: 13812702.
HSL color Cylindrical-coordinate representation of color #DEC3D2: hue angle of 326.67º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEC3D2 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 195 | 210 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.13 |
| HSL | 326.67º | 0.29% | 0.82% | - |
| HSV(B) | 326.67º | 0.12% | 0.87% | - |
| XYZ | 61.27 | 59.21 | 69.17 | - |
| YUV | 204.78 | 130.95 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 195 | 210 | 0 | 0.12 | 0.05 | 0.13 | 326.67 | 0.29 | 0.82 |
| Hex | DE | C3 | D2 | 0 | C | 5 | D | 147 | 1D | 52 |
| Octal | 336 | 303 | 322 | 0 | 14 | 5 | 15 | 507 | 35 | 122 |
| Binary | 11011110 | 11000011 | 11010010 | 0 | 1100 | 101 | 1101 | 101000111 | 11101 | 1010010 |
Color Harmonies of #DEC3D2
Complementary color
Monochromatic Colors of #DEC3D2
Black with #DEC3D2
Text Example
Text Example
White with #DEC3D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC3D2; }
p { color: rgb(222,195,210); }
H1.HeaderClassName
{
color: #DEC3D2;
}
.AnyTagClassName
{
color: #DEC3D2;
}
</style>
background-color css
<style>
a { background-color: #DEC3D2; }
a { background-color: rgb(222,195,210); }
div.DivClassName
{
background-color: #DEC3D2;
}
.BgClassName
{
background-color: #DEC3D2;
}
</style>
border-color css
<style>
span { border-color: #DEC3D2; }
span { border-color: rgb(222,195,210); }
td.TdClassName
{
border-color: #DEC3D2;
}
.TagClassName
{
border-color: #DEC3D2;
}
</style>