Shades of Ottoman #CADDB9
Tints of Ottoman #CADDB9
RGB
CMYK
RGB Variations
Color information
#CADDB9 (or 0xCADDB9) is known color: Ottoman. HEX triplet: CA, DD and B9. RGB value is (202,221,185). Sum of RGB (Red+Green+Blue) = 202+221+185=608 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.22% from 608); Green value is 221 (86.72% from 255 or 36.35% from 608); Blue value is 185 (72.66% from 255 or 30.43% from 608); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADDB9 is #352246. Grayscale: #D3D3D3. Windows color (decimal): -3482183 or 12180938. OLE color: 12180938.
HSL color Cylindrical-coordinate representation of color #CADDB9: hue angle of 91.67º degrees, saturation: 0.35, 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 #CADDB9 is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 221 | 185 | - |
CMYK | 0.09 | 0 | 0.16 | 0.13 |
HSL | 91.67º | 0.35% | 0.8% | - |
HSV(B) | 91.67º | 0.16% | 0.87% | - |
XYZ | 58.97 | 67.77 | 55.87 | - |
YUV | 211.22 | 113.21 | 121.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 221 | 185 | 0.09 | 0 | 0.16 | 0.13 | 91.67 | 0.35 | 0.8 |
Hex | CA | DD | B9 | 9 | 0 | 10 | D | 5C | 23 | 50 |
Octal | 312 | 335 | 271 | 11 | 0 | 20 | 15 | 134 | 43 | 120 |
Binary | 11001010 | 11011101 | 10111001 | 1001 | 0 | 10000 | 1101 | 1011100 | 100011 | 1010000 |
Color Harmonies of #CADDB9
Complementary color
Monochromatic Colors of #CADDB9
Black with #CADDB9
Text Example
Text Example
White with #CADDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADDB9; }
p { color: rgb(202,221,185); }
H1.HeaderClassName
{
color: #CADDB9;
}
.AnyTagClassName
{
color: #CADDB9;
}
</style>
background-color css
<style>
a { background-color: #CADDB9; }
a { background-color: rgb(202,221,185); }
div.DivClassName
{
background-color: #CADDB9;
}
.BgClassName
{
background-color: #CADDB9;
}
</style>
border-color css
<style>
span { border-color: #CADDB9; }
span { border-color: rgb(202,221,185); }
td.TdClassName
{
border-color: #CADDB9;
}
.TagClassName
{
border-color: #CADDB9;
}
</style>