Shades of Ottoman #CEDCC3
Tints of Ottoman #CEDCC3
RGB
CMYK
RGB Variations
Color information
#CEDCC3 (or 0xCEDCC3) is known color: Ottoman. HEX triplet: CE, DC and C3. RGB value is (206,220,195). Sum of RGB (Red+Green+Blue) = 206+220+195=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 195 (76.56% from 255 or 31.40% from 621); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDCC3 is #31233C. Grayscale: #D5D5D5. Windows color (decimal): -3220285 or 12836046. OLE color: 12836046.
HSL color Cylindrical-coordinate representation of color #CEDCC3: hue angle of 93.6º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEDCC3 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
RGB | 206 | 220 | 195 | - |
CMYK | 0.06 | 0 | 0.11 | 0.14 |
HSL | 93.6º | 0.26% | 0.81% | - |
HSV(B) | 93.6º | 0.11% | 0.86% | - |
XYZ | 60.9 | 68.25 | 61.59 | - |
YUV | 212.96 | 117.86 | 123.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 220 | 195 | 0.06 | 0 | 0.11 | 0.14 | 93.6 | 0.26 | 0.81 |
Hex | CE | DC | C3 | 6 | 0 | B | E | 5E | 1A | 51 |
Octal | 316 | 334 | 303 | 6 | 0 | 13 | 16 | 136 | 32 | 121 |
Binary | 11001110 | 11011100 | 11000011 | 110 | 0 | 1011 | 1110 | 1011110 | 11010 | 1010001 |
Color Harmonies of #CEDCC3
Complementary color
Monochromatic Colors of #CEDCC3
Black with #CEDCC3
Text Example
Text Example
White with #CEDCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDCC3; }
p { color: rgb(206,220,195); }
H1.HeaderClassName
{
color: #CEDCC3;
}
.AnyTagClassName
{
color: #CEDCC3;
}
</style>
background-color css
<style>
a { background-color: #CEDCC3; }
a { background-color: rgb(206,220,195); }
div.DivClassName
{
background-color: #CEDCC3;
}
.BgClassName
{
background-color: #CEDCC3;
}
</style>
border-color css
<style>
span { border-color: #CEDCC3; }
span { border-color: rgb(206,220,195); }
td.TdClassName
{
border-color: #CEDCC3;
}
.TagClassName
{
border-color: #CEDCC3;
}
</style>