Shades of Ottoman #CBDFBD
Tints of Ottoman #CBDFBD
RGB
CMYK
RGB Variations
Color information
#CBDFBD (or 0xCBDFBD) is known color: Ottoman. HEX triplet: CB, DF and BD. RGB value is (203,223,189). Sum of RGB (Red+Green+Blue) = 203+223+189=615 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.01% from 615); Green value is 223 (87.5% from 255 or 36.26% from 615); Blue value is 189 (74.22% from 255 or 30.73% from 615); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDFBD is #342042. Grayscale: #D5D5D5. Windows color (decimal): -3416131 or 12443595. OLE color: 12443595.
HSL color Cylindrical-coordinate representation of color #CBDFBD: hue angle of 95.29º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBDFBD is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 223 | 189 | - |
| CMYK | 0.09 | 0 | 0.15 | 0.13 |
| HSL | 95.29º | 0.35% | 0.81% | - |
| HSV(B) | 95.29º | 0.15% | 0.87% | - |
| XYZ | 60.2 | 69.15 | 58.32 | - |
| YUV | 213.14 | 114.37 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 223 | 189 | 0.09 | 0 | 0.15 | 0.13 | 95.29 | 0.35 | 0.81 |
| Hex | CB | DF | BD | 9 | 0 | F | D | 5F | 23 | 51 |
| Octal | 313 | 337 | 275 | 11 | 0 | 17 | 15 | 137 | 43 | 121 |
| Binary | 11001011 | 11011111 | 10111101 | 1001 | 0 | 1111 | 1101 | 1011111 | 100011 | 1010001 |
Color Harmonies of #CBDFBD
Complementary color
Monochromatic Colors of #CBDFBD
Black with #CBDFBD
Text Example
Text Example
White with #CBDFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDFBD; }
p { color: rgb(203,223,189); }
H1.HeaderClassName
{
color: #CBDFBD;
}
.AnyTagClassName
{
color: #CBDFBD;
}
</style>
background-color css
<style>
a { background-color: #CBDFBD; }
a { background-color: rgb(203,223,189); }
div.DivClassName
{
background-color: #CBDFBD;
}
.BgClassName
{
background-color: #CBDFBD;
}
</style>
border-color css
<style>
span { border-color: #CBDFBD; }
span { border-color: rgb(203,223,189); }
td.TdClassName
{
border-color: #CBDFBD;
}
.TagClassName
{
border-color: #CBDFBD;
}
</style>