Shades of Harp #CDDAB4
Tints of Harp #CDDAB4
RGB
CMYK
RGB Variations
Color information
#CDDAB4 (or 0xCDDAB4) is known color: Harp. HEX triplet: CD, DA and B4. RGB value is (205,218,180). Sum of RGB (Red+Green+Blue) = 205+218+180=603 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.00% from 603); Green value is 218 (85.55% from 255 or 36.15% from 603); Blue value is 180 (70.70% from 255 or 29.85% from 603); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDAB4 is #32254B. Grayscale: #D1D1D1. Windows color (decimal): -3286348 or 11852493. OLE color: 11852493.
HSL color Cylindrical-coordinate representation of color #CDDAB4: hue angle of 80.53º degrees, saturation: 0.34, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDDAB4 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 218 | 180 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.15 |
| HSL | 80.53º | 0.34% | 0.78% | - |
| HSV(B) | 80.53º | 0.17% | 0.85% | - |
| XYZ | 58.49 | 66.42 | 52.92 | - |
| YUV | 209.78 | 111.19 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 218 | 180 | 0.06 | 0 | 0.17 | 0.15 | 80.53 | 0.34 | 0.78 |
| Hex | CD | DA | B4 | 6 | 0 | 11 | F | 51 | 22 | 4E |
| Octal | 315 | 332 | 264 | 6 | 0 | 21 | 17 | 121 | 42 | 116 |
| Binary | 11001101 | 11011010 | 10110100 | 110 | 0 | 10001 | 1111 | 1010001 | 100010 | 1001110 |
Color Harmonies of #CDDAB4
Complementary color
Monochromatic Colors of #CDDAB4
Black with #CDDAB4
Text Example
Text Example
White with #CDDAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDAB4; }
p { color: rgb(205,218,180); }
H1.HeaderClassName
{
color: #CDDAB4;
}
.AnyTagClassName
{
color: #CDDAB4;
}
</style>
background-color css
<style>
a { background-color: #CDDAB4; }
a { background-color: rgb(205,218,180); }
div.DivClassName
{
background-color: #CDDAB4;
}
.BgClassName
{
background-color: #CDDAB4;
}
</style>
border-color css
<style>
span { border-color: #CDDAB4; }
span { border-color: rgb(205,218,180); }
td.TdClassName
{
border-color: #CDDAB4;
}
.TagClassName
{
border-color: #CDDAB4;
}
</style>