Shades of Pale Rose #DFCED0
Tints of Pale Rose #DFCED0
RGB
CMYK
RGB Variations
Color information
#DFCED0 (or 0xDFCED0) is known color: Pale Rose. HEX triplet: DF, CE and D0. RGB value is (223,206,208). Sum of RGB (Red+Green+Blue) = 223+206+208=637 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.01% from 637); Green value is 206 (80.86% from 255 or 32.34% from 637); Blue value is 208 (81.64% from 255 or 32.65% from 637); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCED0 is #20312F. Grayscale: #D3D3D3. Windows color (decimal): -2109744 or 13684447. OLE color: 13684447.
HSL color Cylindrical-coordinate representation of color #DFCED0: hue angle of 352.94º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFCED0 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 206 | 208 | - |
CMYK | 0 | 0.08 | 0.07 | 0.13 |
HSL | 352.94º | 0.21% | 0.84% | - |
HSV(B) | 352.94º | 0.08% | 0.87% | - |
XYZ | 63.89 | 64.38 | 68.73 | - |
YUV | 211.31 | 126.13 | 136.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 206 | 208 | 0 | 0.08 | 0.07 | 0.13 | 352.94 | 0.21 | 0.84 |
Hex | DF | CE | D0 | 0 | 8 | 7 | D | 161 | 15 | 54 |
Octal | 337 | 316 | 320 | 0 | 10 | 7 | 15 | 541 | 25 | 124 |
Binary | 11011111 | 11001110 | 11010000 | 0 | 1000 | 111 | 1101 | 101100001 | 10101 | 1010100 |
Color Harmonies of #DFCED0
Complementary color
Monochromatic Colors of #DFCED0
Black with #DFCED0
Text Example
Text Example
White with #DFCED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCED0; }
p { color: rgb(223,206,208); }
H1.HeaderClassName
{
color: #DFCED0;
}
.AnyTagClassName
{
color: #DFCED0;
}
</style>
background-color css
<style>
a { background-color: #DFCED0; }
a { background-color: rgb(223,206,208); }
div.DivClassName
{
background-color: #DFCED0;
}
.BgClassName
{
background-color: #DFCED0;
}
</style>
border-color css
<style>
span { border-color: #DFCED0; }
span { border-color: rgb(223,206,208); }
td.TdClassName
{
border-color: #DFCED0;
}
.TagClassName
{
border-color: #DFCED0;
}
</style>