Shades of Harp #CCDDB3
Tints of Harp #CCDDB3
RGB
CMYK
RGB Variations
Color information
#CCDDB3 (or 0xCCDDB3) is known color: Harp. HEX triplet: CC, DD and B3. RGB value is (204,221,179). Sum of RGB (Red+Green+Blue) = 204+221+179=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 179 (70.31% from 255 or 29.64% from 604); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDB3 is #33224C. Grayscale: #D3D3D3. Windows color (decimal): -3351117 or 11787724. OLE color: 11787724.
HSL color Cylindrical-coordinate representation of color #CCDDB3: hue angle of 84.29º degrees, saturation: 0.38, 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 #CCDDB3 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 179 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.13 |
| HSL | 84.29º | 0.38% | 0.78% | - |
| HSV(B) | 84.29º | 0.19% | 0.87% | - |
| XYZ | 58.89 | 67.8 | 52.63 | - |
| YUV | 211.13 | 109.87 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 179 | 0.08 | 0 | 0.19 | 0.13 | 84.29 | 0.38 | 0.78 |
| Hex | CC | DD | B3 | 8 | 0 | 13 | D | 54 | 26 | 4E |
| Octal | 314 | 335 | 263 | 10 | 0 | 23 | 15 | 124 | 46 | 116 |
| Binary | 11001100 | 11011101 | 10110011 | 1000 | 0 | 10011 | 1101 | 1010100 | 100110 | 1001110 |
Color Harmonies of #CCDDB3
Complementary color
Monochromatic Colors of #CCDDB3
Black with #CCDDB3
Text Example
Text Example
White with #CCDDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDDB3; }
p { color: rgb(204,221,179); }
H1.HeaderClassName
{
color: #CCDDB3;
}
.AnyTagClassName
{
color: #CCDDB3;
}
</style>
background-color css
<style>
a { background-color: #CCDDB3; }
a { background-color: rgb(204,221,179); }
div.DivClassName
{
background-color: #CCDDB3;
}
.BgClassName
{
background-color: #CCDDB3;
}
</style>
border-color css
<style>
span { border-color: #CCDDB3; }
span { border-color: rgb(204,221,179); }
td.TdClassName
{
border-color: #CCDDB3;
}
.TagClassName
{
border-color: #CCDDB3;
}
</style>