Shades of Careys Pink #D29EAB
Tints of Careys Pink #D29EAB
RGB
CMYK
RGB Variations
Color information
#D29EAB (or 0xD29EAB) is known color: Careys Pink. HEX triplet: D2, 9E and AB. RGB value is (210,158,171). Sum of RGB (Red+Green+Blue) = 210+158+171=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 158 (62.11% from 255 or 29.31% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 210 - color contains mainly: red. Hex color #D29EAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29EAB is #2D6154. Grayscale: #AFAFAF. Windows color (decimal): -2974037 or 11247314. OLE color: 11247314.
HSL color Cylindrical-coordinate representation of color #D29EAB: hue angle of 345º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D29EAB is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 158 | 171 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.18 |
| HSL | 345º | 0.37% | 0.72% | - |
| HSV(B) | 345º | 0.25% | 0.82% | - |
| XYZ | 46.16 | 41.1 | 44.03 | - |
| YUV | 175.03 | 125.73 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 158 | 171 | 0 | 0.25 | 0.19 | 0.18 | 345 | 0.37 | 0.72 |
| Hex | D2 | 9E | AB | 0 | 19 | 13 | 12 | 159 | 25 | 48 |
| Octal | 322 | 236 | 253 | 0 | 31 | 23 | 22 | 531 | 45 | 110 |
| Binary | 11010010 | 10011110 | 10101011 | 0 | 11001 | 10011 | 10010 | 101011001 | 100101 | 1001000 |
Color Harmonies of #D29EAB
Complementary color
Monochromatic Colors of #D29EAB
Black with #D29EAB
Text Example
Text Example
White with #D29EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29EAB; }
p { color: rgb(210,158,171); }
H1.HeaderClassName
{
color: #D29EAB;
}
.AnyTagClassName
{
color: #D29EAB;
}
</style>
background-color css
<style>
a { background-color: #D29EAB; }
a { background-color: rgb(210,158,171); }
div.DivClassName
{
background-color: #D29EAB;
}
.BgClassName
{
background-color: #D29EAB;
}
</style>
border-color css
<style>
span { border-color: #D29EAB; }
span { border-color: rgb(210,158,171); }
td.TdClassName
{
border-color: #D29EAB;
}
.TagClassName
{
border-color: #D29EAB;
}
</style>