Shades of Ottoman #CCDDBF
Tints of Ottoman #CCDDBF
RGB
CMYK
RGB Variations
Color information
#CCDDBF (or 0xCCDDBF) is known color: Ottoman. HEX triplet: CC, DD and BF. RGB value is (204,221,191). Sum of RGB (Red+Green+Blue) = 204+221+191=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 191 (75% from 255 or 31.01% from 616); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDBF is #332240. Grayscale: #D4D4D4. Windows color (decimal): -3351105 or 12574156. OLE color: 12574156.
HSL color Cylindrical-coordinate representation of color #CCDDBF: hue angle of 94º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCDDBF is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 221 | 191 | - |
CMYK | 0.08 | 0 | 0.14 | 0.13 |
HSL | 94º | 0.31% | 0.81% | - |
HSV(B) | 94º | 0.14% | 0.87% | - |
XYZ | 60.16 | 68.31 | 59.3 | - |
YUV | 212.5 | 115.87 | 121.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 221 | 191 | 0.08 | 0 | 0.14 | 0.13 | 94 | 0.31 | 0.81 |
Hex | CC | DD | BF | 8 | 0 | E | D | 5E | 1F | 51 |
Octal | 314 | 335 | 277 | 10 | 0 | 16 | 15 | 136 | 37 | 121 |
Binary | 11001100 | 11011101 | 10111111 | 1000 | 0 | 1110 | 1101 | 1011110 | 11111 | 1010001 |
Color Harmonies of #CCDDBF
Complementary color
Monochromatic Colors of #CCDDBF
Black with #CCDDBF
Text Example
Text Example
White with #CCDDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDDBF; }
p { color: rgb(204,221,191); }
H1.HeaderClassName
{
color: #CCDDBF;
}
.AnyTagClassName
{
color: #CCDDBF;
}
</style>
background-color css
<style>
a { background-color: #CCDDBF; }
a { background-color: rgb(204,221,191); }
div.DivClassName
{
background-color: #CCDDBF;
}
.BgClassName
{
background-color: #CCDDBF;
}
</style>
border-color css
<style>
span { border-color: #CCDDBF; }
span { border-color: rgb(204,221,191); }
td.TdClassName
{
border-color: #CCDDBF;
}
.TagClassName
{
border-color: #CCDDBF;
}
</style>