Shades of Ottoman #CEDAC6
Tints of Ottoman #CEDAC6
RGB
CMYK
RGB Variations
Color information
#CEDAC6 (or 0xCEDAC6) is known color: Ottoman. HEX triplet: CE, DA and C6. RGB value is (206,218,198). Sum of RGB (Red+Green+Blue) = 206+218+198=622 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.12% from 622); Green value is 218 (85.55% from 255 or 35.05% from 622); Blue value is 198 (77.73% from 255 or 31.83% from 622); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDAC6 is #312539. Grayscale: #D4D4D4. Windows color (decimal): -3220794 or 13032142. OLE color: 13032142.
HSL color Cylindrical-coordinate representation of color #CEDAC6: hue angle of 96º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CEDAC6 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
RGB | 206 | 218 | 198 | - |
CMYK | 0.06 | 0 | 0.09 | 0.15 |
HSL | 96º | 0.21% | 0.82% | - |
HSV(B) | 96º | 0.09% | 0.85% | - |
XYZ | 60.72 | 67.34 | 63.22 | - |
YUV | 212.13 | 120.02 | 123.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 218 | 198 | 0.06 | 0 | 0.09 | 0.15 | 96 | 0.21 | 0.82 |
Hex | CE | DA | C6 | 6 | 0 | 9 | F | 60 | 15 | 52 |
Octal | 316 | 332 | 306 | 6 | 0 | 11 | 17 | 140 | 25 | 122 |
Binary | 11001110 | 11011010 | 11000110 | 110 | 0 | 1001 | 1111 | 1100000 | 10101 | 1010010 |
Color Harmonies of #CEDAC6
Complementary color
Monochromatic Colors of #CEDAC6
Black with #CEDAC6
Text Example
Text Example
White with #CEDAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDAC6; }
p { color: rgb(206,218,198); }
H1.HeaderClassName
{
color: #CEDAC6;
}
.AnyTagClassName
{
color: #CEDAC6;
}
</style>
background-color css
<style>
a { background-color: #CEDAC6; }
a { background-color: rgb(206,218,198); }
div.DivClassName
{
background-color: #CEDAC6;
}
.BgClassName
{
background-color: #CEDAC6;
}
</style>
border-color css
<style>
span { border-color: #CEDAC6; }
span { border-color: rgb(206,218,198); }
td.TdClassName
{
border-color: #CEDAC6;
}
.TagClassName
{
border-color: #CEDAC6;
}
</style>