Shades of Ottoman #CCDFB8
Tints of Ottoman #CCDFB8
RGB
CMYK
RGB Variations
Color information
#CCDFB8 (or 0xCCDFB8) is known color: Ottoman. HEX triplet: CC, DF and B8. RGB value is (204,223,184). Sum of RGB (Red+Green+Blue) = 204+223+184=611 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.39% from 611); Green value is 223 (87.5% from 255 or 36.50% from 611); Blue value is 184 (72.27% from 255 or 30.11% from 611); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDFB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDFB8 is #332047. Grayscale: #D5D5D5. Windows color (decimal): -3350600 or 12115916. OLE color: 12115916.
HSL color Cylindrical-coordinate representation of color #CCDFB8: hue angle of 89.23º degrees, saturation: 0.38, 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 #CCDFB8 is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 184 | - |
| CMYK | 0.09 | 0 | 0.17 | 0.13 |
| HSL | 89.23º | 0.38% | 0.8% | - |
| HSV(B) | 89.23º | 0.17% | 0.87% | - |
| XYZ | 59.94 | 69.07 | 55.52 | - |
| YUV | 212.87 | 111.71 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 184 | 0.09 | 0 | 0.17 | 0.13 | 89.23 | 0.38 | 0.8 |
| Hex | CC | DF | B8 | 9 | 0 | 11 | D | 59 | 26 | 50 |
| Octal | 314 | 337 | 270 | 11 | 0 | 21 | 15 | 131 | 46 | 120 |
| Binary | 11001100 | 11011111 | 10111000 | 1001 | 0 | 10001 | 1101 | 1011001 | 100110 | 1010000 |
Color Harmonies of #CCDFB8
Complementary color
Monochromatic Colors of #CCDFB8
Black with #CCDFB8
Text Example
Text Example
White with #CCDFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDFB8; }
p { color: rgb(204,223,184); }
H1.HeaderClassName
{
color: #CCDFB8;
}
.AnyTagClassName
{
color: #CCDFB8;
}
</style>
background-color css
<style>
a { background-color: #CCDFB8; }
a { background-color: rgb(204,223,184); }
div.DivClassName
{
background-color: #CCDFB8;
}
.BgClassName
{
background-color: #CCDFB8;
}
</style>
border-color css
<style>
span { border-color: #CCDFB8; }
span { border-color: rgb(204,223,184); }
td.TdClassName
{
border-color: #CCDFB8;
}
.TagClassName
{
border-color: #CCDFB8;
}
</style>