Shades of Harp #CFDDB5
Tints of Harp #CFDDB5
RGB
CMYK
RGB Variations
Color information
#CFDDB5 (or 0xCFDDB5) is known color: Harp. HEX triplet: CF, DD and B5. RGB value is (207,221,181). Sum of RGB (Red+Green+Blue) = 207+221+181=609 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.99% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 181 (71.09% from 255 or 29.72% from 609); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDDB5 is #30224A. Grayscale: #D4D4D4. Windows color (decimal): -3154507 or 11918799. OLE color: 11918799.
HSL color Cylindrical-coordinate representation of color #CFDDB5: hue angle of 81º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFDDB5 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
RGB | 207 | 221 | 181 | - |
CMYK | 0.06 | 0 | 0.18 | 0.13 |
HSL | 81º | 0.37% | 0.79% | - |
HSV(B) | 81º | 0.18% | 0.87% | - |
XYZ | 59.93 | 68.31 | 53.74 | - |
YUV | 212.25 | 110.36 | 124.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 221 | 181 | 0.06 | 0 | 0.18 | 0.13 | 81 | 0.37 | 0.79 |
Hex | CF | DD | B5 | 6 | 0 | 12 | D | 51 | 25 | 4F |
Octal | 317 | 335 | 265 | 6 | 0 | 22 | 15 | 121 | 45 | 117 |
Binary | 11001111 | 11011101 | 10110101 | 110 | 0 | 10010 | 1101 | 1010001 | 100101 | 1001111 |
Color Harmonies of #CFDDB5
Complementary color
Monochromatic Colors of #CFDDB5
Black with #CFDDB5
Text Example
Text Example
White with #CFDDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDDB5; }
p { color: rgb(207,221,181); }
H1.HeaderClassName
{
color: #CFDDB5;
}
.AnyTagClassName
{
color: #CFDDB5;
}
</style>
background-color css
<style>
a { background-color: #CFDDB5; }
a { background-color: rgb(207,221,181); }
div.DivClassName
{
background-color: #CFDDB5;
}
.BgClassName
{
background-color: #CFDDB5;
}
</style>
border-color css
<style>
span { border-color: #CFDDB5; }
span { border-color: rgb(207,221,181); }
td.TdClassName
{
border-color: #CFDDB5;
}
.TagClassName
{
border-color: #CFDDB5;
}
</style>