Shades of Pale Rose #DECFD0
Tints of Pale Rose #DECFD0
RGB
CMYK
RGB Variations
Color information
#DECFD0 (or 0xDECFD0) is known color: Pale Rose. HEX triplet: DE, CF and D0. RGB value is (222,207,208). Sum of RGB (Red+Green+Blue) = 222+207+208=637 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.85% from 637); Green value is 207 (81.25% from 255 or 32.50% from 637); Blue value is 208 (81.64% from 255 or 32.65% from 637); Max value from RGB is 222 - color contains mainly: red. Hex color #DECFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECFD0 is #21302F. Grayscale: #D3D3D3. Windows color (decimal): -2175024 or 13684702. OLE color: 13684702.
HSL color Cylindrical-coordinate representation of color #DECFD0: hue angle of 356º degrees, saturation: 0.19, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DECFD0 is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 207 | 208 | - |
CMYK | 0 | 0.07 | 0.06 | 0.13 |
HSL | 356º | 0.19% | 0.84% | - |
HSV(B) | 356º | 0.07% | 0.87% | - |
XYZ | 63.82 | 64.71 | 68.8 | - |
YUV | 211.6 | 125.97 | 135.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 207 | 208 | 0 | 0.07 | 0.06 | 0.13 | 356 | 0.19 | 0.84 |
Hex | DE | CF | D0 | 0 | 7 | 6 | D | 164 | 13 | 54 |
Octal | 336 | 317 | 320 | 0 | 7 | 6 | 15 | 544 | 23 | 124 |
Binary | 11011110 | 11001111 | 11010000 | 0 | 111 | 110 | 1101 | 101100100 | 10011 | 1010100 |
Color Harmonies of #DECFD0
Complementary color
Monochromatic Colors of #DECFD0
Black with #DECFD0
Text Example
Text Example
White with #DECFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECFD0; }
p { color: rgb(222,207,208); }
H1.HeaderClassName
{
color: #DECFD0;
}
.AnyTagClassName
{
color: #DECFD0;
}
</style>
background-color css
<style>
a { background-color: #DECFD0; }
a { background-color: rgb(222,207,208); }
div.DivClassName
{
background-color: #DECFD0;
}
.BgClassName
{
background-color: #DECFD0;
}
</style>
border-color css
<style>
span { border-color: #DECFD0; }
span { border-color: rgb(222,207,208); }
td.TdClassName
{
border-color: #DECFD0;
}
.TagClassName
{
border-color: #DECFD0;
}
</style>