Shades of Ottoman #CEDAC4
Tints of Ottoman #CEDAC4
RGB
CMYK
RGB Variations
Color information
#CEDAC4 (or 0xCEDAC4) is known color: Ottoman. HEX triplet: CE, DA and C4. RGB value is (206,218,196). Sum of RGB (Red+Green+Blue) = 206+218+196=620 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.23% from 620); Green value is 218 (85.55% from 255 or 35.16% from 620); Blue value is 196 (76.95% from 255 or 31.61% from 620); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDAC4 is #31253B. Grayscale: #D3D3D3. Windows color (decimal): -3220796 or 12901070. OLE color: 12901070.
HSL color Cylindrical-coordinate representation of color #CEDAC4: hue angle of 92.73º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEDAC4 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 218 | 196 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.15 |
| HSL | 92.73º | 0.23% | 0.81% | - |
| HSV(B) | 92.73º | 0.1% | 0.85% | - |
| XYZ | 60.49 | 67.25 | 62.02 | - |
| YUV | 211.9 | 119.02 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 196 | 0.06 | 0 | 0.10 | 0.15 | 92.73 | 0.23 | 0.81 |
| Hex | CE | DA | C4 | 6 | 0 | A | F | 5D | 17 | 51 |
| Octal | 316 | 332 | 304 | 6 | 0 | 12 | 17 | 135 | 27 | 121 |
| Binary | 11001110 | 11011010 | 11000100 | 110 | 0 | 1010 | 1111 | 1011101 | 10111 | 1010001 |
Color Harmonies of #CEDAC4
Complementary color
Monochromatic Colors of #CEDAC4
Black with #CEDAC4
Text Example
Text Example
White with #CEDAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDAC4; }
p { color: rgb(206,218,196); }
H1.HeaderClassName
{
color: #CEDAC4;
}
.AnyTagClassName
{
color: #CEDAC4;
}
</style>
background-color css
<style>
a { background-color: #CEDAC4; }
a { background-color: rgb(206,218,196); }
div.DivClassName
{
background-color: #CEDAC4;
}
.BgClassName
{
background-color: #CEDAC4;
}
</style>
border-color css
<style>
span { border-color: #CEDAC4; }
span { border-color: rgb(206,218,196); }
td.TdClassName
{
border-color: #CEDAC4;
}
.TagClassName
{
border-color: #CEDAC4;
}
</style>