Shades of Ottoman #CEDDC1
Tints of Ottoman #CEDDC1
RGB
CMYK
RGB Variations
Color information
#CEDDC1 (or 0xCEDDC1) is known color: Ottoman. HEX triplet: CE, DD and C1. RGB value is (206,221,193). Sum of RGB (Red+Green+Blue) = 206+221+193=620 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.23% from 620); Green value is 221 (86.72% from 255 or 35.65% from 620); Blue value is 193 (75.78% from 255 or 31.13% from 620); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDDC1 is #31223E. Grayscale: #D5D5D5. Windows color (decimal): -3220031 or 12705230. OLE color: 12705230.
HSL color Cylindrical-coordinate representation of color #CEDDC1: hue angle of 92.14º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEDDC1 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 221 | 193 | - |
CMYK | 0.07 | 0 | 0.13 | 0.13 |
HSL | 92.14º | 0.29% | 0.81% | - |
HSV(B) | 92.14º | 0.13% | 0.87% | - |
XYZ | 60.94 | 68.68 | 60.5 | - |
YUV | 213.32 | 116.53 | 122.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 221 | 193 | 0.07 | 0 | 0.13 | 0.13 | 92.14 | 0.29 | 0.81 |
Hex | CE | DD | C1 | 7 | 0 | D | D | 5C | 1D | 51 |
Octal | 316 | 335 | 301 | 7 | 0 | 15 | 15 | 134 | 35 | 121 |
Binary | 11001110 | 11011101 | 11000001 | 111 | 0 | 1101 | 1101 | 1011100 | 11101 | 1010001 |
Color Harmonies of #CEDDC1
Complementary color
Monochromatic Colors of #CEDDC1
Black with #CEDDC1
Text Example
Text Example
White with #CEDDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDDC1; }
p { color: rgb(206,221,193); }
H1.HeaderClassName
{
color: #CEDDC1;
}
.AnyTagClassName
{
color: #CEDDC1;
}
</style>
background-color css
<style>
a { background-color: #CEDDC1; }
a { background-color: rgb(206,221,193); }
div.DivClassName
{
background-color: #CEDDC1;
}
.BgClassName
{
background-color: #CEDDC1;
}
</style>
border-color css
<style>
span { border-color: #CEDDC1; }
span { border-color: rgb(206,221,193); }
td.TdClassName
{
border-color: #CEDDC1;
}
.TagClassName
{
border-color: #CEDDC1;
}
</style>