Shades of Harp #CFDDB3
Tints of Harp #CFDDB3
RGB
CMYK
RGB Variations
Color information
#CFDDB3 (or 0xCFDDB3) is known color: Harp. HEX triplet: CF, DD and B3. RGB value is (207,221,179). Sum of RGB (Red+Green+Blue) = 207+221+179=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 179 (70.31% from 255 or 29.49% from 607); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDDB3 is #30224C. Grayscale: #D4D4D4. Windows color (decimal): -3154509 or 11787727. OLE color: 11787727.
HSL color Cylindrical-coordinate representation of color #CFDDB3: hue angle of 80º 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 #CFDDB3 is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 179 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.13 |
| HSL | 80º | 0.38% | 0.78% | - |
| HSV(B) | 80º | 0.19% | 0.87% | - |
| XYZ | 59.73 | 68.23 | 52.67 | - |
| YUV | 212.03 | 109.36 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 179 | 0.06 | 0 | 0.19 | 0.13 | 80 | 0.38 | 0.78 |
| Hex | CF | DD | B3 | 6 | 0 | 13 | D | 50 | 26 | 4E |
| Octal | 317 | 335 | 263 | 6 | 0 | 23 | 15 | 120 | 46 | 116 |
| Binary | 11001111 | 11011101 | 10110011 | 110 | 0 | 10011 | 1101 | 1010000 | 100110 | 1001110 |
Color Harmonies of #CFDDB3
Complementary color
Monochromatic Colors of #CFDDB3
Black with #CFDDB3
Text Example
Text Example
White with #CFDDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDDB3; }
p { color: rgb(207,221,179); }
H1.HeaderClassName
{
color: #CFDDB3;
}
.AnyTagClassName
{
color: #CFDDB3;
}
</style>
background-color css
<style>
a { background-color: #CFDDB3; }
a { background-color: rgb(207,221,179); }
div.DivClassName
{
background-color: #CFDDB3;
}
.BgClassName
{
background-color: #CFDDB3;
}
</style>
border-color css
<style>
span { border-color: #CFDDB3; }
span { border-color: rgb(207,221,179); }
td.TdClassName
{
border-color: #CFDDB3;
}
.TagClassName
{
border-color: #CFDDB3;
}
</style>