Shades of Ottoman #CFE0C2
Tints of Ottoman #CFE0C2
RGB
CMYK
RGB Variations
Color information
#CFE0C2 (or 0xCFE0C2) is known color: Ottoman. HEX triplet: CF, E0 and C2. RGB value is (207,224,194). Sum of RGB (Red+Green+Blue) = 207+224+194=625 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.12% from 625); Green value is 224 (87.89% from 255 or 35.84% from 625); Blue value is 194 (76.17% from 255 or 31.04% from 625); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE0C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE0C2 is #301F3D. Grayscale: #D7D7D7. Windows color (decimal): -3153726 or 12771535. OLE color: 12771535.
HSL color Cylindrical-coordinate representation of color #CFE0C2: hue angle of 94º degrees, saturation: 0.33, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFE0C2 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 224 | 194 | - |
| CMYK | 0.08 | 0 | 0.13 | 0.12 |
| HSL | 94º | 0.33% | 0.82% | - |
| HSV(B) | 94º | 0.13% | 0.88% | - |
| XYZ | 62.13 | 70.47 | 61.37 | - |
| YUV | 215.5 | 115.87 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 224 | 194 | 0.08 | 0 | 0.13 | 0.12 | 94 | 0.33 | 0.82 |
| Hex | CF | E0 | C2 | 8 | 0 | D | C | 5E | 21 | 52 |
| Octal | 317 | 340 | 302 | 10 | 0 | 15 | 14 | 136 | 41 | 122 |
| Binary | 11001111 | 11100000 | 11000010 | 1000 | 0 | 1101 | 1100 | 1011110 | 100001 | 1010010 |
Color Harmonies of #CFE0C2
Complementary color
Monochromatic Colors of #CFE0C2
Black with #CFE0C2
Text Example
Text Example
White with #CFE0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE0C2; }
p { color: rgb(207,224,194); }
H1.HeaderClassName
{
color: #CFE0C2;
}
.AnyTagClassName
{
color: #CFE0C2;
}
</style>
background-color css
<style>
a { background-color: #CFE0C2; }
a { background-color: rgb(207,224,194); }
div.DivClassName
{
background-color: #CFE0C2;
}
.BgClassName
{
background-color: #CFE0C2;
}
</style>
border-color css
<style>
span { border-color: #CFE0C2; }
span { border-color: rgb(207,224,194); }
td.TdClassName
{
border-color: #CFE0C2;
}
.TagClassName
{
border-color: #CFE0C2;
}
</style>