Shades of Ottoman #CCDFBB
Tints of Ottoman #CCDFBB
RGB
CMYK
RGB Variations
Color information
#CCDFBB (or 0xCCDFBB) is known color: Ottoman. HEX triplet: CC, DF and BB. RGB value is (204,223,187). Sum of RGB (Red+Green+Blue) = 204+223+187=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 223 (87.5% from 255 or 36.32% from 614); Blue value is 187 (73.44% from 255 or 30.46% from 614); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDFBB is #332044. Grayscale: #D5D5D5. Windows color (decimal): -3350597 or 12312524. OLE color: 12312524.
HSL color Cylindrical-coordinate representation of color #CCDFBB: hue angle of 91.67º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCDFBB is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 187 | - |
| CMYK | 0.09 | 0 | 0.16 | 0.13 |
| HSL | 91.67º | 0.36% | 0.8% | - |
| HSV(B) | 91.67º | 0.16% | 0.87% | - |
| XYZ | 60.26 | 69.2 | 57.19 | - |
| YUV | 213.22 | 113.21 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 187 | 0.09 | 0 | 0.16 | 0.13 | 91.67 | 0.36 | 0.8 |
| Hex | CC | DF | BB | 9 | 0 | 10 | D | 5C | 24 | 50 |
| Octal | 314 | 337 | 273 | 11 | 0 | 20 | 15 | 134 | 44 | 120 |
| Binary | 11001100 | 11011111 | 10111011 | 1001 | 0 | 10000 | 1101 | 1011100 | 100100 | 1010000 |
Color Harmonies of #CCDFBB
Complementary color
Monochromatic Colors of #CCDFBB
Black with #CCDFBB
Text Example
Text Example
White with #CCDFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDFBB; }
p { color: rgb(204,223,187); }
H1.HeaderClassName
{
color: #CCDFBB;
}
.AnyTagClassName
{
color: #CCDFBB;
}
</style>
background-color css
<style>
a { background-color: #CCDFBB; }
a { background-color: rgb(204,223,187); }
div.DivClassName
{
background-color: #CCDFBB;
}
.BgClassName
{
background-color: #CCDFBB;
}
</style>
border-color css
<style>
span { border-color: #CCDFBB; }
span { border-color: rgb(204,223,187); }
td.TdClassName
{
border-color: #CCDFBB;
}
.TagClassName
{
border-color: #CCDFBB;
}
</style>