Shades of Harp #CDDBB5
Tints of Harp #CDDBB5
RGB
CMYK
RGB Variations
Color information
#CDDBB5 (or 0xCDDBB5) is known color: Harp. HEX triplet: CD, DB and B5. RGB value is (205,219,181). Sum of RGB (Red+Green+Blue) = 205+219+181=605 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.88% from 605); Green value is 219 (85.94% from 255 or 36.20% from 605); Blue value is 181 (71.09% from 255 or 29.92% from 605); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDBB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDBB5 is #32244A. Grayscale: #D2D2D2. Windows color (decimal): -3286091 or 11918285. OLE color: 11918285.
HSL color Cylindrical-coordinate representation of color #CDDBB5: hue angle of 82.11º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDDBB5 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
RGB | 205 | 219 | 181 | - |
CMYK | 0.06 | 0 | 0.17 | 0.14 |
HSL | 82.11º | 0.35% | 0.78% | - |
HSV(B) | 82.11º | 0.17% | 0.86% | - |
XYZ | 58.85 | 66.98 | 53.54 | - |
YUV | 210.48 | 111.36 | 124.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 219 | 181 | 0.06 | 0 | 0.17 | 0.14 | 82.11 | 0.35 | 0.78 |
Hex | CD | DB | B5 | 6 | 0 | 11 | E | 52 | 23 | 4E |
Octal | 315 | 333 | 265 | 6 | 0 | 21 | 16 | 122 | 43 | 116 |
Binary | 11001101 | 11011011 | 10110101 | 110 | 0 | 10001 | 1110 | 1010010 | 100011 | 1001110 |
Color Harmonies of #CDDBB5
Complementary color
Monochromatic Colors of #CDDBB5
Black with #CDDBB5
Text Example
Text Example
White with #CDDBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDBB5; }
p { color: rgb(205,219,181); }
H1.HeaderClassName
{
color: #CDDBB5;
}
.AnyTagClassName
{
color: #CDDBB5;
}
</style>
background-color css
<style>
a { background-color: #CDDBB5; }
a { background-color: rgb(205,219,181); }
div.DivClassName
{
background-color: #CDDBB5;
}
.BgClassName
{
background-color: #CDDBB5;
}
</style>
border-color css
<style>
span { border-color: #CDDBB5; }
span { border-color: rgb(205,219,181); }
td.TdClassName
{
border-color: #CDDBB5;
}
.TagClassName
{
border-color: #CDDBB5;
}
</style>