Shades of Ottoman #CADBB9
Tints of Ottoman #CADBB9
RGB
CMYK
RGB Variations
Color information
#CADBB9 (or 0xCADBB9) is known color: Ottoman. HEX triplet: CA, DB and B9. RGB value is (202,219,185). Sum of RGB (Red+Green+Blue) = 202+219+185=606 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.33% from 606); Green value is 219 (85.94% from 255 or 36.14% from 606); Blue value is 185 (72.66% from 255 or 30.53% from 606); Max value from RGB is 219 - color contains mainly: green. Hex color #CADBB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADBB9 is #352446. Grayscale: #D2D2D2. Windows color (decimal): -3482695 or 12180426. OLE color: 12180426.
HSL color Cylindrical-coordinate representation of color #CADBB9: hue angle of 90º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CADBB9 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 219 | 185 | - |
| CMYK | 0.08 | 0 | 0.16 | 0.14 |
| HSL | 90º | 0.32% | 0.79% | - |
| HSV(B) | 90º | 0.16% | 0.86% | - |
| XYZ | 58.45 | 66.72 | 55.7 | - |
| YUV | 210.04 | 113.87 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 219 | 185 | 0.08 | 0 | 0.16 | 0.14 | 90 | 0.32 | 0.79 |
| Hex | CA | DB | B9 | 8 | 0 | 10 | E | 5A | 20 | 4F |
| Octal | 312 | 333 | 271 | 10 | 0 | 20 | 16 | 132 | 40 | 117 |
| Binary | 11001010 | 11011011 | 10111001 | 1000 | 0 | 10000 | 1110 | 1011010 | 100000 | 1001111 |
Color Harmonies of #CADBB9
Complementary color
Monochromatic Colors of #CADBB9
Black with #CADBB9
Text Example
Text Example
White with #CADBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADBB9; }
p { color: rgb(202,219,185); }
H1.HeaderClassName
{
color: #CADBB9;
}
.AnyTagClassName
{
color: #CADBB9;
}
</style>
background-color css
<style>
a { background-color: #CADBB9; }
a { background-color: rgb(202,219,185); }
div.DivClassName
{
background-color: #CADBB9;
}
.BgClassName
{
background-color: #CADBB9;
}
</style>
border-color css
<style>
span { border-color: #CADBB9; }
span { border-color: rgb(202,219,185); }
td.TdClassName
{
border-color: #CADBB9;
}
.TagClassName
{
border-color: #CADBB9;
}
</style>