Shades of Pale Rose #DECACB
Tints of Pale Rose #DECACB
RGB
CMYK
RGB Variations
Color information
#DECACB (or 0xDECACB) is known color: Pale Rose. HEX triplet: DE, CA and CB. RGB value is (222,202,203). Sum of RGB (Red+Green+Blue) = 222+202+203=627 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.41% from 627); Green value is 202 (79.30% from 255 or 32.22% from 627); Blue value is 203 (79.69% from 255 or 32.38% from 627); Max value from RGB is 222 - color contains mainly: red. Hex color #DECACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECACB is #213534. Grayscale: #D0D0D0. Windows color (decimal): -2176309 or 13355742. OLE color: 13355742.
HSL color Cylindrical-coordinate representation of color #DECACB: hue angle of 357º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DECACB is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 202 | 203 | - |
CMYK | 0 | 0.09 | 0.09 | 0.13 |
HSL | 357º | 0.23% | 0.83% | - |
HSV(B) | 357º | 0.09% | 0.87% | - |
XYZ | 62.02 | 62.08 | 65.21 | - |
YUV | 208.09 | 125.13 | 137.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 202 | 203 | 0 | 0.09 | 0.09 | 0.13 | 357 | 0.23 | 0.83 |
Hex | DE | CA | CB | 0 | 9 | 9 | D | 165 | 17 | 53 |
Octal | 336 | 312 | 313 | 0 | 11 | 11 | 15 | 545 | 27 | 123 |
Binary | 11011110 | 11001010 | 11001011 | 0 | 1001 | 1001 | 1101 | 101100101 | 10111 | 1010011 |
Color Harmonies of #DECACB
Complementary color
Monochromatic Colors of #DECACB
Black with #DECACB
Text Example
Text Example
White with #DECACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECACB; }
p { color: rgb(222,202,203); }
H1.HeaderClassName
{
color: #DECACB;
}
.AnyTagClassName
{
color: #DECACB;
}
</style>
background-color css
<style>
a { background-color: #DECACB; }
a { background-color: rgb(222,202,203); }
div.DivClassName
{
background-color: #DECACB;
}
.BgClassName
{
background-color: #DECACB;
}
</style>
border-color css
<style>
span { border-color: #DECACB; }
span { border-color: rgb(222,202,203); }
td.TdClassName
{
border-color: #DECACB;
}
.TagClassName
{
border-color: #DECACB;
}
</style>