Shades of Ottoman #CCD7BE
Tints of Ottoman #CCD7BE
RGB
CMYK
RGB Variations
Color information
#CCD7BE (or 0xCCD7BE) is known color: Ottoman. HEX triplet: CC, D7 and BE. RGB value is (204,215,190). Sum of RGB (Red+Green+Blue) = 204+215+190=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 215 (84.38% from 255 or 35.30% from 609); Blue value is 190 (74.61% from 255 or 31.20% from 609); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD7BE is #332841. Grayscale: #D0D0D0. Windows color (decimal): -3352642 or 12507084. OLE color: 12507084.
HSL color Cylindrical-coordinate representation of color #CCD7BE: hue angle of 86.4º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCD7BE is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 215 | 190 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.16 |
| HSL | 86.4º | 0.24% | 0.79% | - |
| HSV(B) | 86.4º | 0.12% | 0.84% | - |
| XYZ | 58.5 | 65.16 | 58.21 | - |
| YUV | 208.86 | 117.36 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 190 | 0.05 | 0 | 0.12 | 0.16 | 86.4 | 0.24 | 0.79 |
| Hex | CC | D7 | BE | 5 | 0 | C | 10 | 56 | 18 | 4F |
| Octal | 314 | 327 | 276 | 5 | 0 | 14 | 20 | 126 | 30 | 117 |
| Binary | 11001100 | 11010111 | 10111110 | 101 | 0 | 1100 | 10000 | 1010110 | 11000 | 1001111 |
Color Harmonies of #CCD7BE
Complementary color
Monochromatic Colors of #CCD7BE
Black with #CCD7BE
Text Example
Text Example
White with #CCD7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD7BE; }
p { color: rgb(204,215,190); }
H1.HeaderClassName
{
color: #CCD7BE;
}
.AnyTagClassName
{
color: #CCD7BE;
}
</style>
background-color css
<style>
a { background-color: #CCD7BE; }
a { background-color: rgb(204,215,190); }
div.DivClassName
{
background-color: #CCD7BE;
}
.BgClassName
{
background-color: #CCD7BE;
}
</style>
border-color css
<style>
span { border-color: #CCD7BE; }
span { border-color: rgb(204,215,190); }
td.TdClassName
{
border-color: #CCD7BE;
}
.TagClassName
{
border-color: #CCD7BE;
}
</style>