Shades of Ottoman #CCDFBA
Tints of Ottoman #CCDFBA
RGB
CMYK
RGB Variations
Color information
#CCDFBA (or 0xCCDFBA) is known color: Ottoman. HEX triplet: CC, DF and BA. RGB value is (204,223,186). Sum of RGB (Red+Green+Blue) = 204+223+186=613 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.28% from 613); Green value is 223 (87.5% from 255 or 36.38% from 613); Blue value is 186 (73.05% from 255 or 30.34% from 613); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDFBA is #332045. Grayscale: #D5D5D5. Windows color (decimal): -3350598 or 12246988. OLE color: 12246988.
HSL color Cylindrical-coordinate representation of color #CCDFBA: hue angle of 90.81º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCDFBA is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 186 | - |
| CMYK | 0.09 | 0 | 0.17 | 0.13 |
| HSL | 90.81º | 0.37% | 0.8% | - |
| HSV(B) | 90.81º | 0.17% | 0.87% | - |
| XYZ | 60.15 | 69.16 | 56.63 | - |
| YUV | 213.1 | 112.71 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 186 | 0.09 | 0 | 0.17 | 0.13 | 90.81 | 0.37 | 0.8 |
| Hex | CC | DF | BA | 9 | 0 | 11 | D | 5B | 25 | 50 |
| Octal | 314 | 337 | 272 | 11 | 0 | 21 | 15 | 133 | 45 | 120 |
| Binary | 11001100 | 11011111 | 10111010 | 1001 | 0 | 10001 | 1101 | 1011011 | 100101 | 1010000 |
Color Harmonies of #CCDFBA
Complementary color
Monochromatic Colors of #CCDFBA
Black with #CCDFBA
Text Example
Text Example
White with #CCDFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDFBA; }
p { color: rgb(204,223,186); }
H1.HeaderClassName
{
color: #CCDFBA;
}
.AnyTagClassName
{
color: #CCDFBA;
}
</style>
background-color css
<style>
a { background-color: #CCDFBA; }
a { background-color: rgb(204,223,186); }
div.DivClassName
{
background-color: #CCDFBA;
}
.BgClassName
{
background-color: #CCDFBA;
}
</style>
border-color css
<style>
span { border-color: #CCDFBA; }
span { border-color: rgb(204,223,186); }
td.TdClassName
{
border-color: #CCDFBA;
}
.TagClassName
{
border-color: #CCDFBA;
}
</style>