Shades of Ottoman #CFE1C1
Tints of Ottoman #CFE1C1
RGB
CMYK
RGB Variations
Color information
#CFE1C1 (or 0xCFE1C1) is known color: Ottoman. HEX triplet: CF, E1 and C1. RGB value is (207,225,193). Sum of RGB (Red+Green+Blue) = 207+225+193=625 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.12% from 625); Green value is 225 (88.28% from 255 or 36% from 625); Blue value is 193 (75.78% from 255 or 30.88% from 625); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE1C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE1C1 is #301E3E. Grayscale: #D8D8D8. Windows color (decimal): -3153471 or 12706255. OLE color: 12706255.
HSL color Cylindrical-coordinate representation of color #CFE1C1: hue angle of 93.75º degrees, saturation: 0.35, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFE1C1 is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 225 | 193 | - |
| CMYK | 0.08 | 0 | 0.14 | 0.12 |
| HSL | 93.75º | 0.35% | 0.82% | - |
| HSV(B) | 93.75º | 0.14% | 0.88% | - |
| XYZ | 62.28 | 70.97 | 60.87 | - |
| YUV | 215.97 | 115.04 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 193 | 0.08 | 0 | 0.14 | 0.12 | 93.75 | 0.35 | 0.82 |
| Hex | CF | E1 | C1 | 8 | 0 | E | C | 5E | 23 | 52 |
| Octal | 317 | 341 | 301 | 10 | 0 | 16 | 14 | 136 | 43 | 122 |
| Binary | 11001111 | 11100001 | 11000001 | 1000 | 0 | 1110 | 1100 | 1011110 | 100011 | 1010010 |
Color Harmonies of #CFE1C1
Complementary color
Monochromatic Colors of #CFE1C1
Black with #CFE1C1
Text Example
Text Example
White with #CFE1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE1C1; }
p { color: rgb(207,225,193); }
H1.HeaderClassName
{
color: #CFE1C1;
}
.AnyTagClassName
{
color: #CFE1C1;
}
</style>
background-color css
<style>
a { background-color: #CFE1C1; }
a { background-color: rgb(207,225,193); }
div.DivClassName
{
background-color: #CFE1C1;
}
.BgClassName
{
background-color: #CFE1C1;
}
</style>
border-color css
<style>
span { border-color: #CFE1C1; }
span { border-color: rgb(207,225,193); }
td.TdClassName
{
border-color: #CFE1C1;
}
.TagClassName
{
border-color: #CFE1C1;
}
</style>