Shades of Harp #CFDDB2
Tints of Harp #CFDDB2
RGB
CMYK
RGB Variations
Color information
#CFDDB2 (or 0xCFDDB2) is known color: Harp. HEX triplet: CF, DD and B2. RGB value is (207,221,178). Sum of RGB (Red+Green+Blue) = 207+221+178=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 221 (86.72% from 255 or 36.47% from 606); Blue value is 178 (69.92% from 255 or 29.37% from 606); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDDB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDDB2 is #30224D. Grayscale: #D4D4D4. Windows color (decimal): -3154510 or 11722191. OLE color: 11722191.
HSL color Cylindrical-coordinate representation of color #CFDDB2: hue angle of 79.53º 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 #CFDDB2 is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 178 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.13 |
| HSL | 79.53º | 0.39% | 0.78% | - |
| HSV(B) | 79.53º | 0.19% | 0.87% | - |
| XYZ | 59.62 | 68.19 | 52.14 | - |
| YUV | 211.91 | 108.86 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 178 | 0.06 | 0 | 0.19 | 0.13 | 79.53 | 0.39 | 0.78 |
| Hex | CF | DD | B2 | 6 | 0 | 13 | D | 50 | 27 | 4E |
| Octal | 317 | 335 | 262 | 6 | 0 | 23 | 15 | 120 | 47 | 116 |
| Binary | 11001111 | 11011101 | 10110010 | 110 | 0 | 10011 | 1101 | 1010000 | 100111 | 1001110 |
Color Harmonies of #CFDDB2
Complementary color
Monochromatic Colors of #CFDDB2
Black with #CFDDB2
Text Example
Text Example
White with #CFDDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDDB2; }
p { color: rgb(207,221,178); }
H1.HeaderClassName
{
color: #CFDDB2;
}
.AnyTagClassName
{
color: #CFDDB2;
}
</style>
background-color css
<style>
a { background-color: #CFDDB2; }
a { background-color: rgb(207,221,178); }
div.DivClassName
{
background-color: #CFDDB2;
}
.BgClassName
{
background-color: #CFDDB2;
}
</style>
border-color css
<style>
span { border-color: #CFDDB2; }
span { border-color: rgb(207,221,178); }
td.TdClassName
{
border-color: #CFDDB2;
}
.TagClassName
{
border-color: #CFDDB2;
}
</style>