Shades of Harp #CDDAB1
Tints of Harp #CDDAB1
RGB
CMYK
RGB Variations
Color information
#CDDAB1 (or 0xCDDAB1) is known color: Harp. HEX triplet: CD, DA and B1. RGB value is (205,218,177). Sum of RGB (Red+Green+Blue) = 205+218+177=600 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.17% from 600); Green value is 218 (85.55% from 255 or 36.33% from 600); Blue value is 177 (69.53% from 255 or 29.5% from 600); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDAB1 is #32254E. Grayscale: #D1D1D1. Windows color (decimal): -3286351 or 11655885. OLE color: 11655885.
HSL color Cylindrical-coordinate representation of color #CDDAB1: hue angle of 79.02º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDDAB1 is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 218 | 177 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.15 |
| HSL | 79.02º | 0.36% | 0.77% | - |
| HSV(B) | 79.02º | 0.19% | 0.85% | - |
| XYZ | 58.18 | 66.3 | 51.32 | - |
| YUV | 209.44 | 109.69 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 218 | 177 | 0.06 | 0 | 0.19 | 0.15 | 79.02 | 0.36 | 0.77 |
| Hex | CD | DA | B1 | 6 | 0 | 13 | F | 4F | 24 | 4D |
| Octal | 315 | 332 | 261 | 6 | 0 | 23 | 17 | 117 | 44 | 115 |
| Binary | 11001101 | 11011010 | 10110001 | 110 | 0 | 10011 | 1111 | 1001111 | 100100 | 1001101 |
Color Harmonies of #CDDAB1
Complementary color
Monochromatic Colors of #CDDAB1
Black with #CDDAB1
Text Example
Text Example
White with #CDDAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDAB1; }
p { color: rgb(205,218,177); }
H1.HeaderClassName
{
color: #CDDAB1;
}
.AnyTagClassName
{
color: #CDDAB1;
}
</style>
background-color css
<style>
a { background-color: #CDDAB1; }
a { background-color: rgb(205,218,177); }
div.DivClassName
{
background-color: #CDDAB1;
}
.BgClassName
{
background-color: #CDDAB1;
}
</style>
border-color css
<style>
span { border-color: #CDDAB1; }
span { border-color: rgb(205,218,177); }
td.TdClassName
{
border-color: #CDDAB1;
}
.TagClassName
{
border-color: #CDDAB1;
}
</style>