Shades of Harp #CDDAB2
Tints of Harp #CDDAB2
RGB
CMYK
RGB Variations
Color information
#CDDAB2 (or 0xCDDAB2) is known color: Harp. HEX triplet: CD, DA and B2. RGB value is (205,218,178). Sum of RGB (Red+Green+Blue) = 205+218+178=601 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.11% from 601); Green value is 218 (85.55% from 255 or 36.27% from 601); Blue value is 178 (69.92% from 255 or 29.62% from 601); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDAB2 is #32254D. Grayscale: #D1D1D1. Windows color (decimal): -3286350 or 11721421. OLE color: 11721421.
HSL color Cylindrical-coordinate representation of color #CDDAB2: hue angle of 79.5º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDDAB2 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 218 | 178 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.15 |
| HSL | 79.5º | 0.35% | 0.78% | - |
| HSV(B) | 79.5º | 0.18% | 0.85% | - |
| XYZ | 58.28 | 66.34 | 51.85 | - |
| YUV | 209.55 | 110.19 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 218 | 178 | 0.06 | 0 | 0.18 | 0.15 | 79.5 | 0.35 | 0.78 |
| Hex | CD | DA | B2 | 6 | 0 | 12 | F | 50 | 23 | 4E |
| Octal | 315 | 332 | 262 | 6 | 0 | 22 | 17 | 120 | 43 | 116 |
| Binary | 11001101 | 11011010 | 10110010 | 110 | 0 | 10010 | 1111 | 1010000 | 100011 | 1001110 |
Color Harmonies of #CDDAB2
Complementary color
Monochromatic Colors of #CDDAB2
Black with #CDDAB2
Text Example
Text Example
White with #CDDAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDAB2; }
p { color: rgb(205,218,178); }
H1.HeaderClassName
{
color: #CDDAB2;
}
.AnyTagClassName
{
color: #CDDAB2;
}
</style>
background-color css
<style>
a { background-color: #CDDAB2; }
a { background-color: rgb(205,218,178); }
div.DivClassName
{
background-color: #CDDAB2;
}
.BgClassName
{
background-color: #CDDAB2;
}
</style>
border-color css
<style>
span { border-color: #CDDAB2; }
span { border-color: rgb(205,218,178); }
td.TdClassName
{
border-color: #CDDAB2;
}
.TagClassName
{
border-color: #CDDAB2;
}
</style>