Shades of Ottoman #CEDFBE
Tints of Ottoman #CEDFBE
RGB
CMYK
RGB Variations
Color information
#CEDFBE (or 0xCEDFBE) is known color: Ottoman. HEX triplet: CE, DF and BE. RGB value is (206,223,190). Sum of RGB (Red+Green+Blue) = 206+223+190=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 223 (87.5% from 255 or 36.03% from 619); Blue value is 190 (74.61% from 255 or 30.69% from 619); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDFBE is #312041. Grayscale: #D6D6D6. Windows color (decimal): -3219522 or 12509134. OLE color: 12509134.
HSL color Cylindrical-coordinate representation of color #CEDFBE: hue angle of 90.91º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEDFBE is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 223 | 190 | - |
CMYK | 0.08 | 0 | 0.15 | 0.13 |
HSL | 90.91º | 0.34% | 0.81% | - |
HSV(B) | 90.91º | 0.15% | 0.87% | - |
XYZ | 61.14 | 69.61 | 58.93 | - |
YUV | 214.16 | 114.37 | 122.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 223 | 190 | 0.08 | 0 | 0.15 | 0.13 | 90.91 | 0.34 | 0.81 |
Hex | CE | DF | BE | 8 | 0 | F | D | 5B | 22 | 51 |
Octal | 316 | 337 | 276 | 10 | 0 | 17 | 15 | 133 | 42 | 121 |
Binary | 11001110 | 11011111 | 10111110 | 1000 | 0 | 1111 | 1101 | 1011011 | 100010 | 1010001 |
Color Harmonies of #CEDFBE
Complementary color
Monochromatic Colors of #CEDFBE
Black with #CEDFBE
Text Example
Text Example
White with #CEDFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDFBE; }
p { color: rgb(206,223,190); }
H1.HeaderClassName
{
color: #CEDFBE;
}
.AnyTagClassName
{
color: #CEDFBE;
}
</style>
background-color css
<style>
a { background-color: #CEDFBE; }
a { background-color: rgb(206,223,190); }
div.DivClassName
{
background-color: #CEDFBE;
}
.BgClassName
{
background-color: #CEDFBE;
}
</style>
border-color css
<style>
span { border-color: #CEDFBE; }
span { border-color: rgb(206,223,190); }
td.TdClassName
{
border-color: #CEDFBE;
}
.TagClassName
{
border-color: #CEDFBE;
}
</style>