Shades of Deco #CFD288
Tints of Deco #CFD288
RGB
CMYK
RGB Variations
Color information
#CFD288 (or 0xCFD288) is known color: Deco. HEX triplet: CF, D2 and 88. RGB value is (207,210,136). Sum of RGB (Red+Green+Blue) = 207+210+136=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 210 (82.42% from 255 or 37.97% from 553); Blue value is 136 (53.52% from 255 or 24.59% from 553); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD288 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD288 is #302D77. Grayscale: #C8C8C8. Windows color (decimal): -3157368 or 8966863. OLE color: 8966863.
HSL color Cylindrical-coordinate representation of color #CFD288: hue angle of 62.43º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFD288 is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 210 | 136 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.18 |
| HSL | 62.43º | 0.45% | 0.68% | - |
| HSV(B) | 62.43º | 0.35% | 0.82% | - |
| XYZ | 53.22 | 61.14 | 32.29 | - |
| YUV | 200.67 | 91.51 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 210 | 136 | 0.01 | 0 | 0.35 | 0.18 | 62.43 | 0.45 | 0.68 |
| Hex | CF | D2 | 88 | 1 | 0 | 23 | 12 | 3E | 2D | 44 |
| Octal | 317 | 322 | 210 | 1 | 0 | 43 | 22 | 76 | 55 | 104 |
| Binary | 11001111 | 11010010 | 10001000 | 1 | 0 | 100011 | 10010 | 111110 | 101101 | 1000100 |
Color Harmonies of #CFD288
Complementary color
Monochromatic Colors of #CFD288
Black with #CFD288
Text Example
Text Example
White with #CFD288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD288; }
p { color: rgb(207,210,136); }
H1.HeaderClassName
{
color: #CFD288;
}
.AnyTagClassName
{
color: #CFD288;
}
</style>
background-color css
<style>
a { background-color: #CFD288; }
a { background-color: rgb(207,210,136); }
div.DivClassName
{
background-color: #CFD288;
}
.BgClassName
{
background-color: #CFD288;
}
</style>
border-color css
<style>
span { border-color: #CFD288; }
span { border-color: rgb(207,210,136); }
td.TdClassName
{
border-color: #CFD288;
}
.TagClassName
{
border-color: #CFD288;
}
</style>