Shades of Cavern Pink #DDAFAA
Tints of Cavern Pink #DDAFAA
RGB
CMYK
RGB Variations
Color information
#DDAFAA (or 0xDDAFAA) is known color: Cavern Pink. HEX triplet: DD, AF and AA. RGB value is (221,175,170). Sum of RGB (Red+Green+Blue) = 221+175+170=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 170 (66.80% from 255 or 30.04% from 566); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAFAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAFAA is #225055. Grayscale: #BCBCBC. Windows color (decimal): -2248790 or 11186141. OLE color: 11186141.
HSL color Cylindrical-coordinate representation of color #DDAFAA: hue angle of 5.88º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDAFAA is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 175 | 170 | - |
CMYK | 0 | 0.21 | 0.23 | 0.13 |
HSL | 5.88º | 0.43% | 0.77% | - |
HSV(B) | 5.88º | 0.23% | 0.87% | - |
XYZ | 52.4 | 48.93 | 44.71 | - |
YUV | 188.18 | 117.74 | 151.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 175 | 170 | 0 | 0.21 | 0.23 | 0.13 | 5.88 | 0.43 | 0.77 |
Hex | DD | AF | AA | 0 | 15 | 17 | D | 6 | 2B | 4D |
Octal | 335 | 257 | 252 | 0 | 25 | 27 | 15 | 6 | 53 | 115 |
Binary | 11011101 | 10101111 | 10101010 | 0 | 10101 | 10111 | 1101 | 110 | 101011 | 1001101 |
Color Harmonies of #DDAFAA
Complementary color
Monochromatic Colors of #DDAFAA
Black with #DDAFAA
Text Example
Text Example
White with #DDAFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAFAA; }
p { color: rgb(221,175,170); }
H1.HeaderClassName
{
color: #DDAFAA;
}
.AnyTagClassName
{
color: #DDAFAA;
}
</style>
background-color css
<style>
a { background-color: #DDAFAA; }
a { background-color: rgb(221,175,170); }
div.DivClassName
{
background-color: #DDAFAA;
}
.BgClassName
{
background-color: #DDAFAA;
}
</style>
border-color css
<style>
span { border-color: #DDAFAA; }
span { border-color: rgb(221,175,170); }
td.TdClassName
{
border-color: #DDAFAA;
}
.TagClassName
{
border-color: #DDAFAA;
}
</style>