Shades of Ottoman #CEDDC3
Tints of Ottoman #CEDDC3
RGB
CMYK
RGB Variations
Color information
#CEDDC3 (or 0xCEDDC3) is known color: Ottoman. HEX triplet: CE, DD and C3. RGB value is (206,221,195). Sum of RGB (Red+Green+Blue) = 206+221+195=622 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.12% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 195 (76.56% from 255 or 31.35% from 622); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDDC3 is #31223C. Grayscale: #D5D5D5. Windows color (decimal): -3220029 or 12836302. OLE color: 12836302.
HSL color Cylindrical-coordinate representation of color #CEDDC3: hue angle of 94.62º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEDDC3 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 221 | 195 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.13 |
| HSL | 94.62º | 0.28% | 0.82% | - |
| HSV(B) | 94.62º | 0.12% | 0.87% | - |
| XYZ | 61.16 | 68.77 | 61.68 | - |
| YUV | 213.55 | 117.53 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 221 | 195 | 0.07 | 0 | 0.12 | 0.13 | 94.62 | 0.28 | 0.82 |
| Hex | CE | DD | C3 | 7 | 0 | C | D | 5F | 1C | 52 |
| Octal | 316 | 335 | 303 | 7 | 0 | 14 | 15 | 137 | 34 | 122 |
| Binary | 11001110 | 11011101 | 11000011 | 111 | 0 | 1100 | 1101 | 1011111 | 11100 | 1010010 |
Color Harmonies of #CEDDC3
Complementary color
Monochromatic Colors of #CEDDC3
Black with #CEDDC3
Text Example
Text Example
White with #CEDDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDDC3; }
p { color: rgb(206,221,195); }
H1.HeaderClassName
{
color: #CEDDC3;
}
.AnyTagClassName
{
color: #CEDDC3;
}
</style>
background-color css
<style>
a { background-color: #CEDDC3; }
a { background-color: rgb(206,221,195); }
div.DivClassName
{
background-color: #CEDDC3;
}
.BgClassName
{
background-color: #CEDDC3;
}
</style>
border-color css
<style>
span { border-color: #CEDDC3; }
span { border-color: rgb(206,221,195); }
td.TdClassName
{
border-color: #CEDDC3;
}
.TagClassName
{
border-color: #CEDDC3;
}
</style>