Shades of Ottoman #CEDFC2
Tints of Ottoman #CEDFC2
RGB
CMYK
RGB Variations
Color information
#CEDFC2 (or 0xCEDFC2) is known color: Ottoman. HEX triplet: CE, DF and C2. RGB value is (206,223,194). Sum of RGB (Red+Green+Blue) = 206+223+194=623 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.07% from 623); Green value is 223 (87.5% from 255 or 35.79% from 623); Blue value is 194 (76.17% from 255 or 31.14% from 623); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDFC2 is #31203D. Grayscale: #D6D6D6. Windows color (decimal): -3219518 or 12771278. OLE color: 12771278.
HSL color Cylindrical-coordinate representation of color #CEDFC2: hue angle of 95.17º degrees, saturation: 0.31, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEDFC2 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 223 | 194 | - |
| CMYK | 0.08 | 0 | 0.13 | 0.13 |
| HSL | 95.17º | 0.31% | 0.82% | - |
| HSV(B) | 95.17º | 0.13% | 0.87% | - |
| XYZ | 61.58 | 69.79 | 61.26 | - |
| YUV | 214.61 | 116.37 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 223 | 194 | 0.08 | 0 | 0.13 | 0.13 | 95.17 | 0.31 | 0.82 |
| Hex | CE | DF | C2 | 8 | 0 | D | D | 5F | 1F | 52 |
| Octal | 316 | 337 | 302 | 10 | 0 | 15 | 15 | 137 | 37 | 122 |
| Binary | 11001110 | 11011111 | 11000010 | 1000 | 0 | 1101 | 1101 | 1011111 | 11111 | 1010010 |
Color Harmonies of #CEDFC2
Complementary color
Monochromatic Colors of #CEDFC2
Black with #CEDFC2
Text Example
Text Example
White with #CEDFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDFC2; }
p { color: rgb(206,223,194); }
H1.HeaderClassName
{
color: #CEDFC2;
}
.AnyTagClassName
{
color: #CEDFC2;
}
</style>
background-color css
<style>
a { background-color: #CEDFC2; }
a { background-color: rgb(206,223,194); }
div.DivClassName
{
background-color: #CEDFC2;
}
.BgClassName
{
background-color: #CEDFC2;
}
</style>
border-color css
<style>
span { border-color: #CEDFC2; }
span { border-color: rgb(206,223,194); }
td.TdClassName
{
border-color: #CEDFC2;
}
.TagClassName
{
border-color: #CEDFC2;
}
</style>