Shades of Ottoman #CFDBBC
Tints of Ottoman #CFDBBC
RGB
CMYK
RGB Variations
Color information
#CFDBBC (or 0xCFDBBC) is known color: Ottoman. HEX triplet: CF, DB and BC. RGB value is (207,219,188). Sum of RGB (Red+Green+Blue) = 207+219+188=614 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.71% from 614); Green value is 219 (85.94% from 255 or 35.67% from 614); Blue value is 188 (73.83% from 255 or 30.62% from 614); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDBBC is #302443. Grayscale: #D3D3D3. Windows color (decimal): -3155012 or 12377039. OLE color: 12377039.
HSL color Cylindrical-coordinate representation of color #CFDBBC: hue angle of 83.23º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFDBBC is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 219 | 188 | - |
| CMYK | 0.05 | 0 | 0.14 | 0.14 |
| HSL | 83.23º | 0.3% | 0.8% | - |
| HSV(B) | 83.23º | 0.14% | 0.86% | - |
| XYZ | 60.14 | 67.56 | 57.45 | - |
| YUV | 211.88 | 114.52 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 188 | 0.05 | 0 | 0.14 | 0.14 | 83.23 | 0.3 | 0.8 |
| Hex | CF | DB | BC | 5 | 0 | E | E | 53 | 1E | 50 |
| Octal | 317 | 333 | 274 | 5 | 0 | 16 | 16 | 123 | 36 | 120 |
| Binary | 11001111 | 11011011 | 10111100 | 101 | 0 | 1110 | 1110 | 1010011 | 11110 | 1010000 |
Color Harmonies of #CFDBBC
Complementary color
Monochromatic Colors of #CFDBBC
Black with #CFDBBC
Text Example
Text Example
White with #CFDBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDBBC; }
p { color: rgb(207,219,188); }
H1.HeaderClassName
{
color: #CFDBBC;
}
.AnyTagClassName
{
color: #CFDBBC;
}
</style>
background-color css
<style>
a { background-color: #CFDBBC; }
a { background-color: rgb(207,219,188); }
div.DivClassName
{
background-color: #CFDBBC;
}
.BgClassName
{
background-color: #CFDBBC;
}
</style>
border-color css
<style>
span { border-color: #CFDBBC; }
span { border-color: rgb(207,219,188); }
td.TdClassName
{
border-color: #CFDBBC;
}
.TagClassName
{
border-color: #CFDBBC;
}
</style>