Shades of Ottoman #CBD4C4
Tints of Ottoman #CBD4C4
RGB
CMYK
RGB Variations
Color information
#CBD4C4 (or 0xCBD4C4) is known color: Ottoman. HEX triplet: CB, D4 and C4. RGB value is (203,212,196). Sum of RGB (Red+Green+Blue) = 203+212+196=611 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.22% from 611); Green value is 212 (83.20% from 255 or 34.70% from 611); Blue value is 196 (76.95% from 255 or 32.08% from 611); Max value from RGB is 212 - color contains mainly: green. Hex color #CBD4C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD4C4 is #342B3B. Grayscale: #CFCFCF. Windows color (decimal): -3418940 or 12899531. OLE color: 12899531.
HSL color Cylindrical-coordinate representation of color #CBD4C4: hue angle of 93.75º degrees, saturation: 0.16, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CBD4C4 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 212 | 196 | - |
| CMYK | 0.04 | 0 | 0.08 | 0.17 |
| HSL | 93.75º | 0.16% | 0.8% | - |
| HSV(B) | 93.75º | 0.08% | 0.83% | - |
| XYZ | 58.14 | 63.77 | 61.47 | - |
| YUV | 207.49 | 121.52 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 212 | 196 | 0.04 | 0 | 0.08 | 0.17 | 93.75 | 0.16 | 0.8 |
| Hex | CB | D4 | C4 | 4 | 0 | 8 | 11 | 5E | 10 | 50 |
| Octal | 313 | 324 | 304 | 4 | 0 | 10 | 21 | 136 | 20 | 120 |
| Binary | 11001011 | 11010100 | 11000100 | 100 | 0 | 1000 | 10001 | 1011110 | 10000 | 1010000 |
Color Harmonies of #CBD4C4
Complementary color
Monochromatic Colors of #CBD4C4
Black with #CBD4C4
Text Example
Text Example
White with #CBD4C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD4C4; }
p { color: rgb(203,212,196); }
H1.HeaderClassName
{
color: #CBD4C4;
}
.AnyTagClassName
{
color: #CBD4C4;
}
</style>
background-color css
<style>
a { background-color: #CBD4C4; }
a { background-color: rgb(203,212,196); }
div.DivClassName
{
background-color: #CBD4C4;
}
.BgClassName
{
background-color: #CBD4C4;
}
</style>
border-color css
<style>
span { border-color: #CBD4C4; }
span { border-color: rgb(203,212,196); }
td.TdClassName
{
border-color: #CBD4C4;
}
.TagClassName
{
border-color: #CBD4C4;
}
</style>