Shades of Deco #CECF90
Tints of Deco #CECF90
RGB
CMYK
RGB Variations
Color information
#CECF90 (or 0xCECF90) is known color: Deco. HEX triplet: CE, CF and 90. RGB value is (206,207,144). Sum of RGB (Red+Green+Blue) = 206+207+144=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 207 (81.25% from 255 or 37.16% from 557); Blue value is 144 (56.64% from 255 or 25.85% from 557); Max value from RGB is 207 - color contains mainly: green. Hex color #CECF90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECF90 is #31306F. Grayscale: #C7C7C7. Windows color (decimal): -3223664 or 9490382. OLE color: 9490382.
HSL color Cylindrical-coordinate representation of color #CECF90: hue angle of 60.95º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CECF90 is Cyan = 0.00, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 207 | 144 | - |
| CMYK | 0.00 | 0 | 0.30 | 0.19 |
| HSL | 60.95º | 0.4% | 0.69% | - |
| HSV(B) | 60.95º | 0.3% | 0.81% | - |
| XYZ | 52.8 | 59.76 | 35.14 | - |
| YUV | 199.52 | 96.67 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 144 | 0.00 | 0 | 0.30 | 0.19 | 60.95 | 0.4 | 0.69 |
| Hex | CE | CF | 90 | 0 | 0 | 1E | 13 | 3D | 28 | 45 |
| Octal | 316 | 317 | 220 | 0 | 0 | 36 | 23 | 75 | 50 | 105 |
| Binary | 11001110 | 11001111 | 10010000 | 0 | 0 | 11110 | 10011 | 111101 | 101000 | 1000101 |
Color Harmonies of #CECF90
Complementary color
Monochromatic Colors of #CECF90
Black with #CECF90
Text Example
Text Example
White with #CECF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECF90; }
p { color: rgb(206,207,144); }
H1.HeaderClassName
{
color: #CECF90;
}
.AnyTagClassName
{
color: #CECF90;
}
</style>
background-color css
<style>
a { background-color: #CECF90; }
a { background-color: rgb(206,207,144); }
div.DivClassName
{
background-color: #CECF90;
}
.BgClassName
{
background-color: #CECF90;
}
</style>
border-color css
<style>
span { border-color: #CECF90; }
span { border-color: rgb(206,207,144); }
td.TdClassName
{
border-color: #CECF90;
}
.TagClassName
{
border-color: #CECF90;
}
</style>