Shades of Pale Rose #DACCCD
Tints of Pale Rose #DACCCD
RGB
CMYK
RGB Variations
Color information
#DACCCD (or 0xDACCCD) is known color: Pale Rose. HEX triplet: DA, CC and CD. RGB value is (218,204,205). Sum of RGB (Red+Green+Blue) = 218+204+205=627 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.77% from 627); Green value is 204 (80.08% from 255 or 32.54% from 627); Blue value is 205 (80.47% from 255 or 32.70% from 627); Max value from RGB is 218 - color contains mainly: red. Hex color #DACCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACCCD is #253332. Grayscale: #D0D0D0. Windows color (decimal): -2437939 or 13487322. OLE color: 13487322.
HSL color Cylindrical-coordinate representation of color #DACCCD: hue angle of 355.71º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DACCCD is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 204 | 205 | - |
| CMYK | 0 | 0.06 | 0.06 | 0.15 |
| HSL | 355.71º | 0.16% | 0.83% | - |
| HSV(B) | 355.71º | 0.06% | 0.85% | - |
| XYZ | 61.53 | 62.5 | 66.58 | - |
| YUV | 208.3 | 126.14 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 204 | 205 | 0 | 0.06 | 0.06 | 0.15 | 355.71 | 0.16 | 0.83 |
| Hex | DA | CC | CD | 0 | 6 | 6 | F | 164 | 10 | 53 |
| Octal | 332 | 314 | 315 | 0 | 6 | 6 | 17 | 544 | 20 | 123 |
| Binary | 11011010 | 11001100 | 11001101 | 0 | 110 | 110 | 1111 | 101100100 | 10000 | 1010011 |
Color Harmonies of #DACCCD
Complementary color
Monochromatic Colors of #DACCCD
Black with #DACCCD
Text Example
Text Example
White with #DACCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACCCD; }
p { color: rgb(218,204,205); }
H1.HeaderClassName
{
color: #DACCCD;
}
.AnyTagClassName
{
color: #DACCCD;
}
</style>
background-color css
<style>
a { background-color: #DACCCD; }
a { background-color: rgb(218,204,205); }
div.DivClassName
{
background-color: #DACCCD;
}
.BgClassName
{
background-color: #DACCCD;
}
</style>
border-color css
<style>
span { border-color: #DACCCD; }
span { border-color: rgb(218,204,205); }
td.TdClassName
{
border-color: #DACCCD;
}
.TagClassName
{
border-color: #DACCCD;
}
</style>