Shades of Harp #CDDAB7
Tints of Harp #CDDAB7
RGB
CMYK
RGB Variations
Color information
#CDDAB7 (or 0xCDDAB7) is known color: Harp. HEX triplet: CD, DA and B7. RGB value is (205,218,183). Sum of RGB (Red+Green+Blue) = 205+218+183=606 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.83% from 606); Green value is 218 (85.55% from 255 or 35.97% from 606); Blue value is 183 (71.88% from 255 or 30.20% from 606); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDAB7 is #322548. Grayscale: #D2D2D2. Windows color (decimal): -3286345 or 12049101. OLE color: 12049101.
HSL color Cylindrical-coordinate representation of color #CDDAB7: hue angle of 82.29º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDDAB7 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 218 | 183 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.15 |
| HSL | 82.29º | 0.32% | 0.79% | - |
| HSV(B) | 82.29º | 0.16% | 0.85% | - |
| XYZ | 58.8 | 66.54 | 54.54 | - |
| YUV | 210.12 | 112.69 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 218 | 183 | 0.06 | 0 | 0.16 | 0.15 | 82.29 | 0.32 | 0.79 |
| Hex | CD | DA | B7 | 6 | 0 | 10 | F | 52 | 20 | 4F |
| Octal | 315 | 332 | 267 | 6 | 0 | 20 | 17 | 122 | 40 | 117 |
| Binary | 11001101 | 11011010 | 10110111 | 110 | 0 | 10000 | 1111 | 1010010 | 100000 | 1001111 |
Color Harmonies of #CDDAB7
Complementary color
Monochromatic Colors of #CDDAB7
Black with #CDDAB7
Text Example
Text Example
White with #CDDAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDAB7; }
p { color: rgb(205,218,183); }
H1.HeaderClassName
{
color: #CDDAB7;
}
.AnyTagClassName
{
color: #CDDAB7;
}
</style>
background-color css
<style>
a { background-color: #CDDAB7; }
a { background-color: rgb(205,218,183); }
div.DivClassName
{
background-color: #CDDAB7;
}
.BgClassName
{
background-color: #CDDAB7;
}
</style>
border-color css
<style>
span { border-color: #CDDAB7; }
span { border-color: rgb(205,218,183); }
td.TdClassName
{
border-color: #CDDAB7;
}
.TagClassName
{
border-color: #CDDAB7;
}
</style>