Shades of Harp #CDDAB5
Tints of Harp #CDDAB5
RGB
CMYK
RGB Variations
Color information
#CDDAB5 (or 0xCDDAB5) is known color: Harp. HEX triplet: CD, DA and B5. RGB value is (205,218,181). Sum of RGB (Red+Green+Blue) = 205+218+181=604 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.94% from 604); Green value is 218 (85.55% from 255 or 36.09% from 604); Blue value is 181 (71.09% from 255 or 29.97% from 604); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDAB5 is #32254A. Grayscale: #D2D2D2. Windows color (decimal): -3286347 or 11918029. OLE color: 11918029.
HSL color Cylindrical-coordinate representation of color #CDDAB5: hue angle of 81.08º degrees, saturation: 0.33, 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 #CDDAB5 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
RGB | 205 | 218 | 181 | - |
CMYK | 0.06 | 0 | 0.17 | 0.15 |
HSL | 81.08º | 0.33% | 0.78% | - |
HSV(B) | 81.08º | 0.17% | 0.85% | - |
XYZ | 58.59 | 66.46 | 53.46 | - |
YUV | 209.9 | 111.69 | 124.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 218 | 181 | 0.06 | 0 | 0.17 | 0.15 | 81.08 | 0.33 | 0.78 |
Hex | CD | DA | B5 | 6 | 0 | 11 | F | 51 | 21 | 4E |
Octal | 315 | 332 | 265 | 6 | 0 | 21 | 17 | 121 | 41 | 116 |
Binary | 11001101 | 11011010 | 10110101 | 110 | 0 | 10001 | 1111 | 1010001 | 100001 | 1001110 |
Color Harmonies of #CDDAB5
Complementary color
Monochromatic Colors of #CDDAB5
Black with #CDDAB5
Text Example
Text Example
White with #CDDAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDAB5; }
p { color: rgb(205,218,181); }
H1.HeaderClassName
{
color: #CDDAB5;
}
.AnyTagClassName
{
color: #CDDAB5;
}
</style>
background-color css
<style>
a { background-color: #CDDAB5; }
a { background-color: rgb(205,218,181); }
div.DivClassName
{
background-color: #CDDAB5;
}
.BgClassName
{
background-color: #CDDAB5;
}
</style>
border-color css
<style>
span { border-color: #CDDAB5; }
span { border-color: rgb(205,218,181); }
td.TdClassName
{
border-color: #CDDAB5;
}
.TagClassName
{
border-color: #CDDAB5;
}
</style>