Shades of Harp #CDDCAF
Tints of Harp #CDDCAF
RGB
CMYK
RGB Variations
Color information
#CDDCAF (or 0xCDDCAF) is known color: Harp. HEX triplet: CD, DC and AF. RGB value is (205,220,175). Sum of RGB (Red+Green+Blue) = 205+220+175=600 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.17% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 175 (68.75% from 255 or 29.17% from 600); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDCAF is #322350. Grayscale: #D2D2D2. Windows color (decimal): -3285841 or 11525325. OLE color: 11525325.
HSL color Cylindrical-coordinate representation of color #CDDCAF: hue angle of 80º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDDCAF is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 220 | 175 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.14 |
| HSL | 80º | 0.39% | 0.77% | - |
| HSV(B) | 80º | 0.2% | 0.86% | - |
| XYZ | 58.51 | 67.26 | 50.46 | - |
| YUV | 210.39 | 108.03 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 175 | 0.07 | 0 | 0.20 | 0.14 | 80 | 0.39 | 0.77 |
| Hex | CD | DC | AF | 7 | 0 | 14 | E | 50 | 27 | 4D |
| Octal | 315 | 334 | 257 | 7 | 0 | 24 | 16 | 120 | 47 | 115 |
| Binary | 11001101 | 11011100 | 10101111 | 111 | 0 | 10100 | 1110 | 1010000 | 100111 | 1001101 |
Color Harmonies of #CDDCAF
Complementary color
Monochromatic Colors of #CDDCAF
Black with #CDDCAF
Text Example
Text Example
White with #CDDCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDCAF; }
p { color: rgb(205,220,175); }
H1.HeaderClassName
{
color: #CDDCAF;
}
.AnyTagClassName
{
color: #CDDCAF;
}
</style>
background-color css
<style>
a { background-color: #CDDCAF; }
a { background-color: rgb(205,220,175); }
div.DivClassName
{
background-color: #CDDCAF;
}
.BgClassName
{
background-color: #CDDCAF;
}
</style>
border-color css
<style>
span { border-color: #CDDCAF; }
span { border-color: rgb(205,220,175); }
td.TdClassName
{
border-color: #CDDCAF;
}
.TagClassName
{
border-color: #CDDCAF;
}
</style>