Shades of Ottoman #CECFCD
Tints of Ottoman #CECFCD
RGB
CMYK
RGB Variations
Color information
#CECFCD (or 0xCECFCD) is known color: Ottoman. HEX triplet: CE, CF and CD. RGB value is (206,207,205). Sum of RGB (Red+Green+Blue) = 206+207+205=618 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.33% from 618); Green value is 207 (81.25% from 255 or 33.50% from 618); Blue value is 205 (80.47% from 255 or 33.17% from 618); Max value from RGB is 207 - color contains mainly: green. Hex color #CECFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECFCD is #313032. Grayscale: #CECECE. Windows color (decimal): -3223603 or 13488078. OLE color: 13488078.
HSL color Cylindrical-coordinate representation of color #CECFCD: hue angle of 90º degrees, saturation: 0.02, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CECFCD is Cyan = 0.00, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 207 | 205 | - |
CMYK | 0.00 | 0 | 0.01 | 0.19 |
HSL | 90º | 0.02% | 0.81% | - |
HSV(B) | 90º | 0.01% | 0.81% | - |
XYZ | 58.79 | 62.16 | 66.66 | - |
YUV | 206.47 | 127.17 | 127.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 207 | 205 | 0.00 | 0 | 0.01 | 0.19 | 90 | 0.02 | 0.81 |
Hex | CE | CF | CD | 0 | 0 | 1 | 13 | 5A | 2 | 51 |
Octal | 316 | 317 | 315 | 0 | 0 | 1 | 23 | 132 | 2 | 121 |
Binary | 11001110 | 11001111 | 11001101 | 0 | 0 | 1 | 10011 | 1011010 | 10 | 1010001 |
Color Harmonies of #CECFCD
Complementary color
Monochromatic Colors of #CECFCD
Black with #CECFCD
Text Example
Text Example
White with #CECFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECFCD; }
p { color: rgb(206,207,205); }
H1.HeaderClassName
{
color: #CECFCD;
}
.AnyTagClassName
{
color: #CECFCD;
}
</style>
background-color css
<style>
a { background-color: #CECFCD; }
a { background-color: rgb(206,207,205); }
div.DivClassName
{
background-color: #CECFCD;
}
.BgClassName
{
background-color: #CECFCD;
}
</style>
border-color css
<style>
span { border-color: #CECFCD; }
span { border-color: rgb(206,207,205); }
td.TdClassName
{
border-color: #CECFCD;
}
.TagClassName
{
border-color: #CECFCD;
}
</style>