Shades of Ottoman #CEDFC5
Tints of Ottoman #CEDFC5
RGB
CMYK
RGB Variations
Color information
#CEDFC5 (or 0xCEDFC5) is known color: Ottoman. HEX triplet: CE, DF and C5. RGB value is (206,223,197). Sum of RGB (Red+Green+Blue) = 206+223+197=626 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.91% from 626); Green value is 223 (87.5% from 255 or 35.62% from 626); Blue value is 197 (77.34% from 255 or 31.47% from 626); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDFC5 is #31203A. Grayscale: #D7D7D7. Windows color (decimal): -3219515 or 12967886. OLE color: 12967886.
HSL color Cylindrical-coordinate representation of color #CEDFC5: hue angle of 99.23º degrees, saturation: 0.29, 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 #CEDFC5 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 223 | 197 | - |
CMYK | 0.08 | 0 | 0.12 | 0.13 |
HSL | 99.23º | 0.29% | 0.82% | - |
HSV(B) | 99.23º | 0.12% | 0.87% | - |
XYZ | 61.92 | 69.93 | 63.06 | - |
YUV | 214.95 | 117.87 | 121.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 223 | 197 | 0.08 | 0 | 0.12 | 0.13 | 99.23 | 0.29 | 0.82 |
Hex | CE | DF | C5 | 8 | 0 | C | D | 63 | 1D | 52 |
Octal | 316 | 337 | 305 | 10 | 0 | 14 | 15 | 143 | 35 | 122 |
Binary | 11001110 | 11011111 | 11000101 | 1000 | 0 | 1100 | 1101 | 1100011 | 11101 | 1010010 |
Color Harmonies of #CEDFC5
Complementary color
Monochromatic Colors of #CEDFC5
Black with #CEDFC5
Text Example
Text Example
White with #CEDFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDFC5; }
p { color: rgb(206,223,197); }
H1.HeaderClassName
{
color: #CEDFC5;
}
.AnyTagClassName
{
color: #CEDFC5;
}
</style>
background-color css
<style>
a { background-color: #CEDFC5; }
a { background-color: rgb(206,223,197); }
div.DivClassName
{
background-color: #CEDFC5;
}
.BgClassName
{
background-color: #CEDFC5;
}
</style>
border-color css
<style>
span { border-color: #CEDFC5; }
span { border-color: rgb(206,223,197); }
td.TdClassName
{
border-color: #CEDFC5;
}
.TagClassName
{
border-color: #CEDFC5;
}
</style>