Shades of Ottoman #CFDEBB
Tints of Ottoman #CFDEBB
RGB
CMYK
RGB Variations
Color information
#CFDEBB (or 0xCFDEBB) is known color: Ottoman. HEX triplet: CF, DE and BB. RGB value is (207,222,187). Sum of RGB (Red+Green+Blue) = 207+222+187=616 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.60% from 616); Green value is 222 (87.11% from 255 or 36.04% from 616); Blue value is 187 (73.44% from 255 or 30.36% from 616); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDEBB is #302144. Grayscale: #D5D5D5. Windows color (decimal): -3154245 or 12312271. OLE color: 12312271.
HSL color Cylindrical-coordinate representation of color #CFDEBB: hue angle of 85.71º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFDEBB is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 222 | 187 | - |
| CMYK | 0.07 | 0 | 0.16 | 0.13 |
| HSL | 85.71º | 0.35% | 0.8% | - |
| HSV(B) | 85.71º | 0.16% | 0.87% | - |
| XYZ | 60.82 | 69.1 | 57.14 | - |
| YUV | 213.53 | 113.03 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 222 | 187 | 0.07 | 0 | 0.16 | 0.13 | 85.71 | 0.35 | 0.8 |
| Hex | CF | DE | BB | 7 | 0 | 10 | D | 56 | 23 | 50 |
| Octal | 317 | 336 | 273 | 7 | 0 | 20 | 15 | 126 | 43 | 120 |
| Binary | 11001111 | 11011110 | 10111011 | 111 | 0 | 10000 | 1101 | 1010110 | 100011 | 1010000 |
Color Harmonies of #CFDEBB
Complementary color
Monochromatic Colors of #CFDEBB
Black with #CFDEBB
Text Example
Text Example
White with #CFDEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDEBB; }
p { color: rgb(207,222,187); }
H1.HeaderClassName
{
color: #CFDEBB;
}
.AnyTagClassName
{
color: #CFDEBB;
}
</style>
background-color css
<style>
a { background-color: #CFDEBB; }
a { background-color: rgb(207,222,187); }
div.DivClassName
{
background-color: #CFDEBB;
}
.BgClassName
{
background-color: #CFDEBB;
}
</style>
border-color css
<style>
span { border-color: #CFDEBB; }
span { border-color: rgb(207,222,187); }
td.TdClassName
{
border-color: #CFDEBB;
}
.TagClassName
{
border-color: #CFDEBB;
}
</style>