Shades of Twilight #DEC3D0
Tints of Twilight #DEC3D0
RGB
CMYK
RGB Variations
Color information
#DEC3D0 (or 0xDEC3D0) is known color: Twilight. HEX triplet: DE, C3 and D0. RGB value is (222,195,208). Sum of RGB (Red+Green+Blue) = 222+195+208=625 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.52% from 625); Green value is 195 (76.56% from 255 or 31.2% from 625); Blue value is 208 (81.64% from 255 or 33.28% from 625); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC3D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC3D0 is #213C2F. Grayscale: #CCCCCC. Windows color (decimal): -2178096 or 13681630. OLE color: 13681630.
HSL color Cylindrical-coordinate representation of color #DEC3D0: hue angle of 331.11º 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 #DEC3D0 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 195 | 208 | - |
CMYK | 0 | 0.12 | 0.06 | 0.13 |
HSL | 331.11º | 0.29% | 0.82% | - |
HSV(B) | 331.11º | 0.12% | 0.87% | - |
XYZ | 61.02 | 59.11 | 67.87 | - |
YUV | 204.56 | 129.95 | 140.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 195 | 208 | 0 | 0.12 | 0.06 | 0.13 | 331.11 | 0.29 | 0.82 |
Hex | DE | C3 | D0 | 0 | C | 6 | D | 14B | 1D | 52 |
Octal | 336 | 303 | 320 | 0 | 14 | 6 | 15 | 513 | 35 | 122 |
Binary | 11011110 | 11000011 | 11010000 | 0 | 1100 | 110 | 1101 | 101001011 | 11101 | 1010010 |
Color Harmonies of #DEC3D0
Complementary color
Monochromatic Colors of #DEC3D0
Black with #DEC3D0
Text Example
Text Example
White with #DEC3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC3D0; }
p { color: rgb(222,195,208); }
H1.HeaderClassName
{
color: #DEC3D0;
}
.AnyTagClassName
{
color: #DEC3D0;
}
</style>
background-color css
<style>
a { background-color: #DEC3D0; }
a { background-color: rgb(222,195,208); }
div.DivClassName
{
background-color: #DEC3D0;
}
.BgClassName
{
background-color: #DEC3D0;
}
</style>
border-color css
<style>
span { border-color: #DEC3D0; }
span { border-color: rgb(222,195,208); }
td.TdClassName
{
border-color: #DEC3D0;
}
.TagClassName
{
border-color: #DEC3D0;
}
</style>