Shades of Pale Rose #DAD0D1
Tints of Pale Rose #DAD0D1
RGB
CMYK
RGB Variations
Color information
#DAD0D1 (or 0xDAD0D1) is known color: Pale Rose. HEX triplet: DA, D0 and D1. RGB value is (218,208,209). Sum of RGB (Red+Green+Blue) = 218+208+209=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 208 (81.64% from 255 or 32.76% from 635); Blue value is 209 (82.03% from 255 or 32.91% from 635); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD0D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD0D1 is #252F2E. Grayscale: #D3D3D3. Windows color (decimal): -2436911 or 13750490. OLE color: 13750490.
HSL color Cylindrical-coordinate representation of color #DAD0D1: hue angle of 354º degrees, saturation: 0.12, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DAD0D1 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 208 | 209 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.15 |
| HSL | 354º | 0.12% | 0.84% | - |
| HSV(B) | 354º | 0.05% | 0.85% | - |
| XYZ | 62.98 | 64.62 | 69.48 | - |
| YUV | 211.1 | 126.81 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 208 | 209 | 0 | 0.05 | 0.04 | 0.15 | 354 | 0.12 | 0.84 |
| Hex | DA | D0 | D1 | 0 | 5 | 4 | F | 162 | C | 54 |
| Octal | 332 | 320 | 321 | 0 | 5 | 4 | 17 | 542 | 14 | 124 |
| Binary | 11011010 | 11010000 | 11010001 | 0 | 101 | 100 | 1111 | 101100010 | 1100 | 1010100 |
Color Harmonies of #DAD0D1
Complementary color
Monochromatic Colors of #DAD0D1
Black with #DAD0D1
Text Example
Text Example
White with #DAD0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD0D1; }
p { color: rgb(218,208,209); }
H1.HeaderClassName
{
color: #DAD0D1;
}
.AnyTagClassName
{
color: #DAD0D1;
}
</style>
background-color css
<style>
a { background-color: #DAD0D1; }
a { background-color: rgb(218,208,209); }
div.DivClassName
{
background-color: #DAD0D1;
}
.BgClassName
{
background-color: #DAD0D1;
}
</style>
border-color css
<style>
span { border-color: #DAD0D1; }
span { border-color: rgb(218,208,209); }
td.TdClassName
{
border-color: #DAD0D1;
}
.TagClassName
{
border-color: #DAD0D1;
}
</style>