Shades of Ottoman #CCDEBF
Tints of Ottoman #CCDEBF
RGB
CMYK
RGB Variations
Color information
#CCDEBF (or 0xCCDEBF) is known color: Ottoman. HEX triplet: CC, DE and BF. RGB value is (204,222,191). Sum of RGB (Red+Green+Blue) = 204+222+191=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 222 (87.11% from 255 or 35.98% from 617); Blue value is 191 (75% from 255 or 30.96% from 617); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDEBF is #332140. Grayscale: #D5D5D5. Windows color (decimal): -3350849 or 12574412. OLE color: 12574412.
HSL color Cylindrical-coordinate representation of color #CCDEBF: hue angle of 94.84º degrees, saturation: 0.32, 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 #CCDEBF is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 222 | 191 | - |
| CMYK | 0.08 | 0 | 0.14 | 0.13 |
| HSL | 94.84º | 0.32% | 0.81% | - |
| HSV(B) | 94.84º | 0.14% | 0.87% | - |
| XYZ | 60.43 | 68.84 | 59.39 | - |
| YUV | 213.08 | 115.54 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 222 | 191 | 0.08 | 0 | 0.14 | 0.13 | 94.84 | 0.32 | 0.81 |
| Hex | CC | DE | BF | 8 | 0 | E | D | 5F | 20 | 51 |
| Octal | 314 | 336 | 277 | 10 | 0 | 16 | 15 | 137 | 40 | 121 |
| Binary | 11001100 | 11011110 | 10111111 | 1000 | 0 | 1110 | 1101 | 1011111 | 100000 | 1010001 |
Color Harmonies of #CCDEBF
Complementary color
Monochromatic Colors of #CCDEBF
Black with #CCDEBF
Text Example
Text Example
White with #CCDEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDEBF; }
p { color: rgb(204,222,191); }
H1.HeaderClassName
{
color: #CCDEBF;
}
.AnyTagClassName
{
color: #CCDEBF;
}
</style>
background-color css
<style>
a { background-color: #CCDEBF; }
a { background-color: rgb(204,222,191); }
div.DivClassName
{
background-color: #CCDEBF;
}
.BgClassName
{
background-color: #CCDEBF;
}
</style>
border-color css
<style>
span { border-color: #CCDEBF; }
span { border-color: rgb(204,222,191); }
td.TdClassName
{
border-color: #CCDEBF;
}
.TagClassName
{
border-color: #CCDEBF;
}
</style>