Shades of Ottoman #CFE3B8
Tints of Ottoman #CFE3B8
RGB
CMYK
RGB Variations
Color information
#CFE3B8 (or 0xCFE3B8) is known color: Ottoman. HEX triplet: CF, E3 and B8. RGB value is (207,227,184). Sum of RGB (Red+Green+Blue) = 207+227+184=618 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.50% from 618); Green value is 227 (89.06% from 255 or 36.73% from 618); Blue value is 184 (72.27% from 255 or 29.77% from 618); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE3B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE3B8 is #301C47. Grayscale: #D8D8D8. Windows color (decimal): -3152968 or 12116943. OLE color: 12116943.
HSL color Cylindrical-coordinate representation of color #CFE3B8: hue angle of 87.91º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFE3B8 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 227 | 184 | - |
| CMYK | 0.09 | 0 | 0.19 | 0.11 |
| HSL | 87.91º | 0.43% | 0.81% | - |
| HSV(B) | 87.91º | 0.19% | 0.89% | - |
| XYZ | 61.85 | 71.66 | 55.92 | - |
| YUV | 216.12 | 109.87 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 227 | 184 | 0.09 | 0 | 0.19 | 0.11 | 87.91 | 0.43 | 0.81 |
| Hex | CF | E3 | B8 | 9 | 0 | 13 | B | 58 | 2B | 51 |
| Octal | 317 | 343 | 270 | 11 | 0 | 23 | 13 | 130 | 53 | 121 |
| Binary | 11001111 | 11100011 | 10111000 | 1001 | 0 | 10011 | 1011 | 1011000 | 101011 | 1010001 |
Color Harmonies of #CFE3B8
Complementary color
Monochromatic Colors of #CFE3B8
Black with #CFE3B8
Text Example
Text Example
White with #CFE3B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE3B8; }
p { color: rgb(207,227,184); }
H1.HeaderClassName
{
color: #CFE3B8;
}
.AnyTagClassName
{
color: #CFE3B8;
}
</style>
background-color css
<style>
a { background-color: #CFE3B8; }
a { background-color: rgb(207,227,184); }
div.DivClassName
{
background-color: #CFE3B8;
}
.BgClassName
{
background-color: #CFE3B8;
}
</style>
border-color css
<style>
span { border-color: #CFE3B8; }
span { border-color: rgb(207,227,184); }
td.TdClassName
{
border-color: #CFE3B8;
}
.TagClassName
{
border-color: #CFE3B8;
}
</style>