Shades of Ottoman #CCDEBE
Tints of Ottoman #CCDEBE
RGB
CMYK
RGB Variations
Color information
#CCDEBE (or 0xCCDEBE) is known color: Ottoman. HEX triplet: CC, DE and BE. RGB value is (204,222,190). Sum of RGB (Red+Green+Blue) = 204+222+190=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 222 (87.11% from 255 or 36.04% from 616); Blue value is 190 (74.61% from 255 or 30.84% from 616); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDEBE is #332141. Grayscale: #D5D5D5. Windows color (decimal): -3350850 or 12508876. OLE color: 12508876.
HSL color Cylindrical-coordinate representation of color #CCDEBE: hue angle of 93.75º 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 #CCDEBE is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 222 | 190 | - |
| CMYK | 0.08 | 0 | 0.14 | 0.13 |
| HSL | 93.75º | 0.33% | 0.81% | - |
| HSV(B) | 93.75º | 0.14% | 0.87% | - |
| XYZ | 60.32 | 68.8 | 58.82 | - |
| YUV | 212.97 | 115.04 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 222 | 190 | 0.08 | 0 | 0.14 | 0.13 | 93.75 | 0.33 | 0.81 |
| Hex | CC | DE | BE | 8 | 0 | E | D | 5E | 21 | 51 |
| Octal | 314 | 336 | 276 | 10 | 0 | 16 | 15 | 136 | 41 | 121 |
| Binary | 11001100 | 11011110 | 10111110 | 1000 | 0 | 1110 | 1101 | 1011110 | 100001 | 1010001 |
Color Harmonies of #CCDEBE
Complementary color
Monochromatic Colors of #CCDEBE
Black with #CCDEBE
Text Example
Text Example
White with #CCDEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDEBE; }
p { color: rgb(204,222,190); }
H1.HeaderClassName
{
color: #CCDEBE;
}
.AnyTagClassName
{
color: #CCDEBE;
}
</style>
background-color css
<style>
a { background-color: #CCDEBE; }
a { background-color: rgb(204,222,190); }
div.DivClassName
{
background-color: #CCDEBE;
}
.BgClassName
{
background-color: #CCDEBE;
}
</style>
border-color css
<style>
span { border-color: #CCDEBE; }
span { border-color: rgb(204,222,190); }
td.TdClassName
{
border-color: #CCDEBE;
}
.TagClassName
{
border-color: #CCDEBE;
}
</style>