Shades of Ottoman #CADDB5
Tints of Ottoman #CADDB5
RGB
CMYK
RGB Variations
Color information
#CADDB5 (or 0xCADDB5) is known color: Ottoman. HEX triplet: CA, DD and B5. RGB value is (202,221,181). Sum of RGB (Red+Green+Blue) = 202+221+181=604 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.44% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 181 (71.09% from 255 or 29.97% from 604); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADDB5 is #35224A. Grayscale: #D2D2D2. Windows color (decimal): -3482187 or 11918794. OLE color: 11918794.
HSL color Cylindrical-coordinate representation of color #CADDB5: hue angle of 88.5º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CADDB5 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 221 | 181 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.13 |
| HSL | 88.5º | 0.37% | 0.79% | - |
| HSV(B) | 88.5º | 0.18% | 0.87% | - |
| XYZ | 58.55 | 67.61 | 53.68 | - |
| YUV | 210.76 | 111.21 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 221 | 181 | 0.09 | 0 | 0.18 | 0.13 | 88.5 | 0.37 | 0.79 |
| Hex | CA | DD | B5 | 9 | 0 | 12 | D | 58 | 25 | 4F |
| Octal | 312 | 335 | 265 | 11 | 0 | 22 | 15 | 130 | 45 | 117 |
| Binary | 11001010 | 11011101 | 10110101 | 1001 | 0 | 10010 | 1101 | 1011000 | 100101 | 1001111 |
Color Harmonies of #CADDB5
Complementary color
Monochromatic Colors of #CADDB5
Black with #CADDB5
Text Example
Text Example
White with #CADDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADDB5; }
p { color: rgb(202,221,181); }
H1.HeaderClassName
{
color: #CADDB5;
}
.AnyTagClassName
{
color: #CADDB5;
}
</style>
background-color css
<style>
a { background-color: #CADDB5; }
a { background-color: rgb(202,221,181); }
div.DivClassName
{
background-color: #CADDB5;
}
.BgClassName
{
background-color: #CADDB5;
}
</style>
border-color css
<style>
span { border-color: #CADDB5; }
span { border-color: rgb(202,221,181); }
td.TdClassName
{
border-color: #CADDB5;
}
.TagClassName
{
border-color: #CADDB5;
}
</style>