Shades of Ottoman #CCDFBF
Tints of Ottoman #CCDFBF
RGB
CMYK
RGB Variations
Color information
#CCDFBF (or 0xCCDFBF) is known color: Ottoman. HEX triplet: CC, DF and BF. RGB value is (204,223,191). Sum of RGB (Red+Green+Blue) = 204+223+191=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 191 (75% from 255 or 30.91% from 618); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDFBF is #332040. Grayscale: #D5D5D5. Windows color (decimal): -3350593 or 12574668. OLE color: 12574668.
HSL color Cylindrical-coordinate representation of color #CCDFBF: hue angle of 95.62º degrees, saturation: 0.33, 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 #CCDFBF is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 191 | - |
| CMYK | 0.09 | 0 | 0.14 | 0.13 |
| HSL | 95.63º | 0.33% | 0.81% | - |
| HSV(B) | 95.63º | 0.14% | 0.87% | - |
| XYZ | 60.69 | 69.37 | 59.48 | - |
| YUV | 213.67 | 115.21 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 191 | 0.09 | 0 | 0.14 | 0.13 | 95.63 | 0.33 | 0.81 |
| Hex | CC | DF | BF | 9 | 0 | E | D | 60 | 21 | 51 |
| Octal | 314 | 337 | 277 | 11 | 0 | 16 | 15 | 140 | 41 | 121 |
| Binary | 11001100 | 11011111 | 10111111 | 1001 | 0 | 1110 | 1101 | 1100000 | 100001 | 1010001 |
Color Harmonies of #CCDFBF
Complementary color
Monochromatic Colors of #CCDFBF
Black with #CCDFBF
Text Example
Text Example
White with #CCDFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDFBF; }
p { color: rgb(204,223,191); }
H1.HeaderClassName
{
color: #CCDFBF;
}
.AnyTagClassName
{
color: #CCDFBF;
}
</style>
background-color css
<style>
a { background-color: #CCDFBF; }
a { background-color: rgb(204,223,191); }
div.DivClassName
{
background-color: #CCDFBF;
}
.BgClassName
{
background-color: #CCDFBF;
}
</style>
border-color css
<style>
span { border-color: #CCDFBF; }
span { border-color: rgb(204,223,191); }
td.TdClassName
{
border-color: #CCDFBF;
}
.TagClassName
{
border-color: #CCDFBF;
}
</style>