Shades of Ottoman #CEDABF
Tints of Ottoman #CEDABF
RGB
CMYK
RGB Variations
Color information
#CEDABF (or 0xCEDABF) is known color: Ottoman. HEX triplet: CE, DA and BF. RGB value is (206,218,191). Sum of RGB (Red+Green+Blue) = 206+218+191=615 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.50% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 191 (75% from 255 or 31.06% from 615); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDABF is #312540. Grayscale: #D3D3D3. Windows color (decimal): -3220801 or 12573390. OLE color: 12573390.
HSL color Cylindrical-coordinate representation of color #CEDABF: hue angle of 86.67º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEDABF is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 218 | 191 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.15 |
| HSL | 86.67º | 0.27% | 0.8% | - |
| HSV(B) | 86.67º | 0.12% | 0.85% | - |
| XYZ | 59.93 | 67.03 | 59.07 | - |
| YUV | 211.33 | 116.52 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 191 | 0.06 | 0 | 0.12 | 0.15 | 86.67 | 0.27 | 0.8 |
| Hex | CE | DA | BF | 6 | 0 | C | F | 57 | 1B | 50 |
| Octal | 316 | 332 | 277 | 6 | 0 | 14 | 17 | 127 | 33 | 120 |
| Binary | 11001110 | 11011010 | 10111111 | 110 | 0 | 1100 | 1111 | 1010111 | 11011 | 1010000 |
Color Harmonies of #CEDABF
Complementary color
Monochromatic Colors of #CEDABF
Black with #CEDABF
Text Example
Text Example
White with #CEDABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDABF; }
p { color: rgb(206,218,191); }
H1.HeaderClassName
{
color: #CEDABF;
}
.AnyTagClassName
{
color: #CEDABF;
}
</style>
background-color css
<style>
a { background-color: #CEDABF; }
a { background-color: rgb(206,218,191); }
div.DivClassName
{
background-color: #CEDABF;
}
.BgClassName
{
background-color: #CEDABF;
}
</style>
border-color css
<style>
span { border-color: #CEDABF; }
span { border-color: rgb(206,218,191); }
td.TdClassName
{
border-color: #CEDABF;
}
.TagClassName
{
border-color: #CEDABF;
}
</style>