Shades of Ottoman #CEDFC0
Tints of Ottoman #CEDFC0
RGB
CMYK
RGB Variations
Color information
#CEDFC0 (or 0xCEDFC0) is known color: Ottoman. HEX triplet: CE, DF and C0. RGB value is (206,223,192). Sum of RGB (Red+Green+Blue) = 206+223+192=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 223 (87.5% from 255 or 35.91% from 621); Blue value is 192 (75.39% from 255 or 30.92% from 621); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDFC0 is #31203F. Grayscale: #D6D6D6. Windows color (decimal): -3219520 or 12640206. OLE color: 12640206.
HSL color Cylindrical-coordinate representation of color #CEDFC0: hue angle of 92.9º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEDFC0 is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 223 | 192 | - |
CMYK | 0.08 | 0 | 0.14 | 0.13 |
HSL | 92.9º | 0.33% | 0.81% | - |
HSV(B) | 92.9º | 0.14% | 0.87% | - |
XYZ | 61.36 | 69.7 | 60.09 | - |
YUV | 214.38 | 115.37 | 122.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 223 | 192 | 0.08 | 0 | 0.14 | 0.13 | 92.9 | 0.33 | 0.81 |
Hex | CE | DF | C0 | 8 | 0 | E | D | 5D | 21 | 51 |
Octal | 316 | 337 | 300 | 10 | 0 | 16 | 15 | 135 | 41 | 121 |
Binary | 11001110 | 11011111 | 11000000 | 1000 | 0 | 1110 | 1101 | 1011101 | 100001 | 1010001 |
Color Harmonies of #CEDFC0
Complementary color
Monochromatic Colors of #CEDFC0
Black with #CEDFC0
Text Example
Text Example
White with #CEDFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDFC0; }
p { color: rgb(206,223,192); }
H1.HeaderClassName
{
color: #CEDFC0;
}
.AnyTagClassName
{
color: #CEDFC0;
}
</style>
background-color css
<style>
a { background-color: #CEDFC0; }
a { background-color: rgb(206,223,192); }
div.DivClassName
{
background-color: #CEDFC0;
}
.BgClassName
{
background-color: #CEDFC0;
}
</style>
border-color css
<style>
span { border-color: #CEDFC0; }
span { border-color: rgb(206,223,192); }
td.TdClassName
{
border-color: #CEDFC0;
}
.TagClassName
{
border-color: #CEDFC0;
}
</style>