Shades of Ottoman #CEDAC1
Tints of Ottoman #CEDAC1
RGB
CMYK
RGB Variations
Color information
#CEDAC1 (or 0xCEDAC1) is known color: Ottoman. HEX triplet: CE, DA and C1. RGB value is (206,218,193). Sum of RGB (Red+Green+Blue) = 206+218+193=617 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.39% from 617); Green value is 218 (85.55% from 255 or 35.33% from 617); Blue value is 193 (75.78% from 255 or 31.28% from 617); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDAC1 is #31253E. Grayscale: #D3D3D3. Windows color (decimal): -3220799 or 12704462. OLE color: 12704462.
HSL color Cylindrical-coordinate representation of color #CEDAC1: hue angle of 88.8º degrees, saturation: 0.25, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEDAC1 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
RGB | 206 | 218 | 193 | - |
CMYK | 0.06 | 0 | 0.11 | 0.15 |
HSL | 88.8º | 0.25% | 0.81% | - |
HSV(B) | 88.8º | 0.11% | 0.85% | - |
XYZ | 60.15 | 67.11 | 60.24 | - |
YUV | 211.56 | 117.52 | 124.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 218 | 193 | 0.06 | 0 | 0.11 | 0.15 | 88.8 | 0.25 | 0.81 |
Hex | CE | DA | C1 | 6 | 0 | B | F | 59 | 19 | 51 |
Octal | 316 | 332 | 301 | 6 | 0 | 13 | 17 | 131 | 31 | 121 |
Binary | 11001110 | 11011010 | 11000001 | 110 | 0 | 1011 | 1111 | 1011001 | 11001 | 1010001 |
Color Harmonies of #CEDAC1
Complementary color
Monochromatic Colors of #CEDAC1
Black with #CEDAC1
Text Example
Text Example
White with #CEDAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDAC1; }
p { color: rgb(206,218,193); }
H1.HeaderClassName
{
color: #CEDAC1;
}
.AnyTagClassName
{
color: #CEDAC1;
}
</style>
background-color css
<style>
a { background-color: #CEDAC1; }
a { background-color: rgb(206,218,193); }
div.DivClassName
{
background-color: #CEDAC1;
}
.BgClassName
{
background-color: #CEDAC1;
}
</style>
border-color css
<style>
span { border-color: #CEDAC1; }
span { border-color: rgb(206,218,193); }
td.TdClassName
{
border-color: #CEDAC1;
}
.TagClassName
{
border-color: #CEDAC1;
}
</style>