Shades of Ottoman #CCDEB8
Tints of Ottoman #CCDEB8
RGB
CMYK
RGB Variations
Color information
#CCDEB8 (or 0xCCDEB8) is known color: Ottoman. HEX triplet: CC, DE and B8. RGB value is (204,222,184). Sum of RGB (Red+Green+Blue) = 204+222+184=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 222 (87.11% from 255 or 36.39% from 610); Blue value is 184 (72.27% from 255 or 30.16% from 610); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDEB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDEB8 is #332147. Grayscale: #D4D4D4. Windows color (decimal): -3350856 or 12115660. OLE color: 12115660.
HSL color Cylindrical-coordinate representation of color #CCDEB8: hue angle of 88.42º degrees, saturation: 0.37, 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 #CCDEB8 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 222 | 184 | - |
| CMYK | 0.08 | 0 | 0.17 | 0.13 |
| HSL | 88.42º | 0.37% | 0.8% | - |
| HSV(B) | 88.42º | 0.17% | 0.87% | - |
| XYZ | 59.67 | 68.54 | 55.43 | - |
| YUV | 212.29 | 112.04 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 222 | 184 | 0.08 | 0 | 0.17 | 0.13 | 88.42 | 0.37 | 0.8 |
| Hex | CC | DE | B8 | 8 | 0 | 11 | D | 58 | 25 | 50 |
| Octal | 314 | 336 | 270 | 10 | 0 | 21 | 15 | 130 | 45 | 120 |
| Binary | 11001100 | 11011110 | 10111000 | 1000 | 0 | 10001 | 1101 | 1011000 | 100101 | 1010000 |
Color Harmonies of #CCDEB8
Complementary color
Monochromatic Colors of #CCDEB8
Black with #CCDEB8
Text Example
Text Example
White with #CCDEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDEB8; }
p { color: rgb(204,222,184); }
H1.HeaderClassName
{
color: #CCDEB8;
}
.AnyTagClassName
{
color: #CCDEB8;
}
</style>
background-color css
<style>
a { background-color: #CCDEB8; }
a { background-color: rgb(204,222,184); }
div.DivClassName
{
background-color: #CCDEB8;
}
.BgClassName
{
background-color: #CCDEB8;
}
</style>
border-color css
<style>
span { border-color: #CCDEB8; }
span { border-color: rgb(204,222,184); }
td.TdClassName
{
border-color: #CCDEB8;
}
.TagClassName
{
border-color: #CCDEB8;
}
</style>