Shades of Ottoman #CADBBA
Tints of Ottoman #CADBBA
RGB
CMYK
RGB Variations
Color information
#CADBBA (or 0xCADBBA) is known color: Ottoman. HEX triplet: CA, DB and BA. RGB value is (202,219,186). Sum of RGB (Red+Green+Blue) = 202+219+186=607 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.28% from 607); Green value is 219 (85.94% from 255 or 36.08% from 607); Blue value is 186 (73.05% from 255 or 30.64% from 607); Max value from RGB is 219 - color contains mainly: green. Hex color #CADBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADBBA is #352445. Grayscale: #D2D2D2. Windows color (decimal): -3482694 or 12245962. OLE color: 12245962.
HSL color Cylindrical-coordinate representation of color #CADBBA: hue angle of 90.91º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CADBBA is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
RGB | 202 | 219 | 186 | - |
CMYK | 0.08 | 0 | 0.15 | 0.14 |
HSL | 90.91º | 0.31% | 0.79% | - |
HSV(B) | 90.91º | 0.15% | 0.86% | - |
XYZ | 58.55 | 66.76 | 56.26 | - |
YUV | 210.16 | 114.37 | 122.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 219 | 186 | 0.08 | 0 | 0.15 | 0.14 | 90.91 | 0.31 | 0.79 |
Hex | CA | DB | BA | 8 | 0 | F | E | 5B | 1F | 4F |
Octal | 312 | 333 | 272 | 10 | 0 | 17 | 16 | 133 | 37 | 117 |
Binary | 11001010 | 11011011 | 10111010 | 1000 | 0 | 1111 | 1110 | 1011011 | 11111 | 1001111 |
Color Harmonies of #CADBBA
Complementary color
Monochromatic Colors of #CADBBA
Black with #CADBBA
Text Example
Text Example
White with #CADBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADBBA; }
p { color: rgb(202,219,186); }
H1.HeaderClassName
{
color: #CADBBA;
}
.AnyTagClassName
{
color: #CADBBA;
}
</style>
background-color css
<style>
a { background-color: #CADBBA; }
a { background-color: rgb(202,219,186); }
div.DivClassName
{
background-color: #CADBBA;
}
.BgClassName
{
background-color: #CADBBA;
}
</style>
border-color css
<style>
span { border-color: #CADBBA; }
span { border-color: rgb(202,219,186); }
td.TdClassName
{
border-color: #CADBBA;
}
.TagClassName
{
border-color: #CADBBA;
}
</style>