Shades of Deco #CFDB8E
Tints of Deco #CFDB8E
RGB
CMYK
RGB Variations
Color information
#CFDB8E (or 0xCFDB8E) is known color: Deco. HEX triplet: CF, DB and 8E. RGB value is (207,219,142). Sum of RGB (Red+Green+Blue) = 207+219+142=568 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.44% from 568); Green value is 219 (85.94% from 255 or 38.56% from 568); Blue value is 142 (55.86% from 255 or 25% from 568); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDB8E is #302471. Grayscale: #CECECE. Windows color (decimal): -3155058 or 9362383. OLE color: 9362383.
HSL color Cylindrical-coordinate representation of color #CFDB8E: hue angle of 69.35º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFDB8E is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 219 | 142 | - |
| CMYK | 0.05 | 0 | 0.35 | 0.14 |
| HSL | 69.35º | 0.52% | 0.71% | - |
| HSV(B) | 69.35º | 0.35% | 0.86% | - |
| XYZ | 55.95 | 65.88 | 35.36 | - |
| YUV | 206.63 | 91.52 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 142 | 0.05 | 0 | 0.35 | 0.14 | 69.35 | 0.52 | 0.71 |
| Hex | CF | DB | 8E | 5 | 0 | 23 | E | 45 | 34 | 47 |
| Octal | 317 | 333 | 216 | 5 | 0 | 43 | 16 | 105 | 64 | 107 |
| Binary | 11001111 | 11011011 | 10001110 | 101 | 0 | 100011 | 1110 | 1000101 | 110100 | 1000111 |
Color Harmonies of #CFDB8E
Complementary color
Monochromatic Colors of #CFDB8E
Black with #CFDB8E
Text Example
Text Example
White with #CFDB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDB8E; }
p { color: rgb(207,219,142); }
H1.HeaderClassName
{
color: #CFDB8E;
}
.AnyTagClassName
{
color: #CFDB8E;
}
</style>
background-color css
<style>
a { background-color: #CFDB8E; }
a { background-color: rgb(207,219,142); }
div.DivClassName
{
background-color: #CFDB8E;
}
.BgClassName
{
background-color: #CFDB8E;
}
</style>
border-color css
<style>
span { border-color: #CFDB8E; }
span { border-color: rgb(207,219,142); }
td.TdClassName
{
border-color: #CFDB8E;
}
.TagClassName
{
border-color: #CFDB8E;
}
</style>