Shades of Harp #CDD8AF
Tints of Harp #CDD8AF
RGB
CMYK
RGB Variations
Color information
#CDD8AF (or 0xCDD8AF) is known color: Harp. HEX triplet: CD, D8 and AF. RGB value is (205,216,175). Sum of RGB (Red+Green+Blue) = 205+216+175=596 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.40% from 596); Green value is 216 (84.77% from 255 or 36.24% from 596); Blue value is 175 (68.75% from 255 or 29.36% from 596); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD8AF is #322750. Grayscale: #D0D0D0. Windows color (decimal): -3286865 or 11524301. OLE color: 11524301.
HSL color Cylindrical-coordinate representation of color #CDD8AF: hue angle of 76.1º degrees, saturation: 0.34, 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 #CDD8AF is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 216 | 175 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.15 |
| HSL | 76.1º | 0.34% | 0.77% | - |
| HSV(B) | 76.1º | 0.19% | 0.85% | - |
| XYZ | 57.47 | 65.19 | 50.11 | - |
| YUV | 208.04 | 109.36 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 216 | 175 | 0.05 | 0 | 0.19 | 0.15 | 76.1 | 0.34 | 0.77 |
| Hex | CD | D8 | AF | 5 | 0 | 13 | F | 4C | 22 | 4D |
| Octal | 315 | 330 | 257 | 5 | 0 | 23 | 17 | 114 | 42 | 115 |
| Binary | 11001101 | 11011000 | 10101111 | 101 | 0 | 10011 | 1111 | 1001100 | 100010 | 1001101 |
Color Harmonies of #CDD8AF
Complementary color
Monochromatic Colors of #CDD8AF
Black with #CDD8AF
Text Example
Text Example
White with #CDD8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD8AF; }
p { color: rgb(205,216,175); }
H1.HeaderClassName
{
color: #CDD8AF;
}
.AnyTagClassName
{
color: #CDD8AF;
}
</style>
background-color css
<style>
a { background-color: #CDD8AF; }
a { background-color: rgb(205,216,175); }
div.DivClassName
{
background-color: #CDD8AF;
}
.BgClassName
{
background-color: #CDD8AF;
}
</style>
border-color css
<style>
span { border-color: #CDD8AF; }
span { border-color: rgb(205,216,175); }
td.TdClassName
{
border-color: #CDD8AF;
}
.TagClassName
{
border-color: #CDD8AF;
}
</style>