Shades of Pale Rose #DACFD0
Tints of Pale Rose #DACFD0
RGB
CMYK
RGB Variations
Color information
#DACFD0 (or 0xDACFD0) is known color: Pale Rose. HEX triplet: DA, CF and D0. RGB value is (218,207,208). Sum of RGB (Red+Green+Blue) = 218+207+208=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 207 (81.25% from 255 or 32.70% from 633); Blue value is 208 (81.64% from 255 or 32.86% from 633); Max value from RGB is 218 - color contains mainly: red. Hex color #DACFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACFD0 is #25302F. Grayscale: #D2D2D2. Windows color (decimal): -2437168 or 13684698. OLE color: 13684698.
HSL color Cylindrical-coordinate representation of color #DACFD0: hue angle of 354.55º degrees, saturation: 0.13, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DACFD0 is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 207 | 208 | - |
CMYK | 0 | 0.05 | 0.05 | 0.15 |
HSL | 354.55º | 0.13% | 0.83% | - |
HSV(B) | 354.55º | 0.05% | 0.85% | - |
XYZ | 62.61 | 64.09 | 68.74 | - |
YUV | 210.4 | 126.64 | 133.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 207 | 208 | 0 | 0.05 | 0.05 | 0.15 | 354.55 | 0.13 | 0.83 |
Hex | DA | CF | D0 | 0 | 5 | 5 | F | 163 | D | 53 |
Octal | 332 | 317 | 320 | 0 | 5 | 5 | 17 | 543 | 15 | 123 |
Binary | 11011010 | 11001111 | 11010000 | 0 | 101 | 101 | 1111 | 101100011 | 1101 | 1010011 |
Color Harmonies of #DACFD0
Complementary color
Monochromatic Colors of #DACFD0
Black with #DACFD0
Text Example
Text Example
White with #DACFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACFD0; }
p { color: rgb(218,207,208); }
H1.HeaderClassName
{
color: #DACFD0;
}
.AnyTagClassName
{
color: #DACFD0;
}
</style>
background-color css
<style>
a { background-color: #DACFD0; }
a { background-color: rgb(218,207,208); }
div.DivClassName
{
background-color: #DACFD0;
}
.BgClassName
{
background-color: #DACFD0;
}
</style>
border-color css
<style>
span { border-color: #DACFD0; }
span { border-color: rgb(218,207,208); }
td.TdClassName
{
border-color: #DACFD0;
}
.TagClassName
{
border-color: #DACFD0;
}
</style>