Shades of Ottoman #CEDDBF
Tints of Ottoman #CEDDBF
RGB
CMYK
RGB Variations
Color information
#CEDDBF (or 0xCEDDBF) is known color: Ottoman. HEX triplet: CE, DD and BF. RGB value is (206,221,191). Sum of RGB (Red+Green+Blue) = 206+221+191=618 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.33% from 618); Green value is 221 (86.72% from 255 or 35.76% from 618); Blue value is 191 (75% from 255 or 30.91% from 618); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDDBF is #312240. Grayscale: #D5D5D5. Windows color (decimal): -3220033 or 12574158. OLE color: 12574158.
HSL color Cylindrical-coordinate representation of color #CEDDBF: hue angle of 90º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEDDBF is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 221 | 191 | - |
CMYK | 0.07 | 0 | 0.14 | 0.13 |
HSL | 90º | 0.31% | 0.81% | - |
HSV(B) | 90º | 0.14% | 0.87% | - |
XYZ | 60.71 | 68.6 | 59.33 | - |
YUV | 213.1 | 115.53 | 122.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 221 | 191 | 0.07 | 0 | 0.14 | 0.13 | 90 | 0.31 | 0.81 |
Hex | CE | DD | BF | 7 | 0 | E | D | 5A | 1F | 51 |
Octal | 316 | 335 | 277 | 7 | 0 | 16 | 15 | 132 | 37 | 121 |
Binary | 11001110 | 11011101 | 10111111 | 111 | 0 | 1110 | 1101 | 1011010 | 11111 | 1010001 |
Color Harmonies of #CEDDBF
Complementary color
Monochromatic Colors of #CEDDBF
Black with #CEDDBF
Text Example
Text Example
White with #CEDDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDDBF; }
p { color: rgb(206,221,191); }
H1.HeaderClassName
{
color: #CEDDBF;
}
.AnyTagClassName
{
color: #CEDDBF;
}
</style>
background-color css
<style>
a { background-color: #CEDDBF; }
a { background-color: rgb(206,221,191); }
div.DivClassName
{
background-color: #CEDDBF;
}
.BgClassName
{
background-color: #CEDDBF;
}
</style>
border-color css
<style>
span { border-color: #CEDDBF; }
span { border-color: rgb(206,221,191); }
td.TdClassName
{
border-color: #CEDDBF;
}
.TagClassName
{
border-color: #CEDDBF;
}
</style>