Shades of Ottoman #CADDBA
Tints of Ottoman #CADDBA
RGB
CMYK
RGB Variations
Color information
#CADDBA (or 0xCADDBA) is known color: Ottoman. HEX triplet: CA, DD and BA. RGB value is (202,221,186). Sum of RGB (Red+Green+Blue) = 202+221+186=609 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.17% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 186 (73.05% from 255 or 30.54% from 609); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADDBA is #352245. Grayscale: #D3D3D3. Windows color (decimal): -3482182 or 12246474. OLE color: 12246474.
HSL color Cylindrical-coordinate representation of color #CADDBA: hue angle of 92.57º degrees, saturation: 0.34, 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 #CADDBA is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 221 | 186 | - |
| CMYK | 0.09 | 0 | 0.16 | 0.13 |
| HSL | 92.57º | 0.34% | 0.8% | - |
| HSV(B) | 92.57º | 0.16% | 0.87% | - |
| XYZ | 59.08 | 67.81 | 56.43 | - |
| YUV | 211.33 | 113.71 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 221 | 186 | 0.09 | 0 | 0.16 | 0.13 | 92.57 | 0.34 | 0.8 |
| Hex | CA | DD | BA | 9 | 0 | 10 | D | 5D | 22 | 50 |
| Octal | 312 | 335 | 272 | 11 | 0 | 20 | 15 | 135 | 42 | 120 |
| Binary | 11001010 | 11011101 | 10111010 | 1001 | 0 | 10000 | 1101 | 1011101 | 100010 | 1010000 |
Color Harmonies of #CADDBA
Complementary color
Monochromatic Colors of #CADDBA
Black with #CADDBA
Text Example
Text Example
White with #CADDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADDBA; }
p { color: rgb(202,221,186); }
H1.HeaderClassName
{
color: #CADDBA;
}
.AnyTagClassName
{
color: #CADDBA;
}
</style>
background-color css
<style>
a { background-color: #CADDBA; }
a { background-color: rgb(202,221,186); }
div.DivClassName
{
background-color: #CADDBA;
}
.BgClassName
{
background-color: #CADDBA;
}
</style>
border-color css
<style>
span { border-color: #CADDBA; }
span { border-color: rgb(202,221,186); }
td.TdClassName
{
border-color: #CADDBA;
}
.TagClassName
{
border-color: #CADDBA;
}
</style>