Shades of Harp #CDDDB2
Tints of Harp #CDDDB2
RGB
CMYK
RGB Variations
Color information
#CDDDB2 (or 0xCDDDB2) is known color: Harp. HEX triplet: CD, DD and B2. RGB value is (205,221,178). Sum of RGB (Red+Green+Blue) = 205+221+178=604 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.94% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 178 (69.92% from 255 or 29.47% from 604); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDDB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDDB2 is #32224D. Grayscale: #D3D3D3. Windows color (decimal): -3285582 or 11722189. OLE color: 11722189.
HSL color Cylindrical-coordinate representation of color #CDDDB2: hue angle of 82.33º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDDDB2 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
RGB | 205 | 221 | 178 | - |
CMYK | 0.07 | 0 | 0.19 | 0.13 |
HSL | 82.33º | 0.39% | 0.78% | - |
HSV(B) | 82.33º | 0.19% | 0.87% | - |
XYZ | 59.07 | 67.91 | 52.11 | - |
YUV | 211.31 | 109.2 | 123.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 221 | 178 | 0.07 | 0 | 0.19 | 0.13 | 82.33 | 0.39 | 0.78 |
Hex | CD | DD | B2 | 7 | 0 | 13 | D | 52 | 27 | 4E |
Octal | 315 | 335 | 262 | 7 | 0 | 23 | 15 | 122 | 47 | 116 |
Binary | 11001101 | 11011101 | 10110010 | 111 | 0 | 10011 | 1101 | 1010010 | 100111 | 1001110 |
Color Harmonies of #CDDDB2
Complementary color
Monochromatic Colors of #CDDDB2
Black with #CDDDB2
Text Example
Text Example
White with #CDDDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDDB2; }
p { color: rgb(205,221,178); }
H1.HeaderClassName
{
color: #CDDDB2;
}
.AnyTagClassName
{
color: #CDDDB2;
}
</style>
background-color css
<style>
a { background-color: #CDDDB2; }
a { background-color: rgb(205,221,178); }
div.DivClassName
{
background-color: #CDDDB2;
}
.BgClassName
{
background-color: #CDDDB2;
}
</style>
border-color css
<style>
span { border-color: #CDDDB2; }
span { border-color: rgb(205,221,178); }
td.TdClassName
{
border-color: #CDDDB2;
}
.TagClassName
{
border-color: #CDDDB2;
}
</style>