Shades of Ottoman #CDDABB
Tints of Ottoman #CDDABB
RGB
CMYK
RGB Variations
Color information
#CDDABB (or 0xCDDABB) is known color: Ottoman. HEX triplet: CD, DA and BB. RGB value is (205,218,187). Sum of RGB (Red+Green+Blue) = 205+218+187=610 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.61% from 610); Green value is 218 (85.55% from 255 or 35.74% from 610); Blue value is 187 (73.44% from 255 or 30.66% from 610); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDABB is #322544. Grayscale: #D2D2D2. Windows color (decimal): -3286341 or 12311245. OLE color: 12311245.
HSL color Cylindrical-coordinate representation of color #CDDABB: hue angle of 85.16º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDDABB is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 218 | 187 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.15 |
| HSL | 85.16º | 0.3% | 0.79% | - |
| HSV(B) | 85.16º | 0.14% | 0.85% | - |
| XYZ | 59.22 | 66.71 | 56.77 | - |
| YUV | 210.58 | 114.69 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 218 | 187 | 0.06 | 0 | 0.14 | 0.15 | 85.16 | 0.3 | 0.79 |
| Hex | CD | DA | BB | 6 | 0 | E | F | 55 | 1E | 4F |
| Octal | 315 | 332 | 273 | 6 | 0 | 16 | 17 | 125 | 36 | 117 |
| Binary | 11001101 | 11011010 | 10111011 | 110 | 0 | 1110 | 1111 | 1010101 | 11110 | 1001111 |
Color Harmonies of #CDDABB
Complementary color
Monochromatic Colors of #CDDABB
Black with #CDDABB
Text Example
Text Example
White with #CDDABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDABB; }
p { color: rgb(205,218,187); }
H1.HeaderClassName
{
color: #CDDABB;
}
.AnyTagClassName
{
color: #CDDABB;
}
</style>
background-color css
<style>
a { background-color: #CDDABB; }
a { background-color: rgb(205,218,187); }
div.DivClassName
{
background-color: #CDDABB;
}
.BgClassName
{
background-color: #CDDABB;
}
</style>
border-color css
<style>
span { border-color: #CDDABB; }
span { border-color: rgb(205,218,187); }
td.TdClassName
{
border-color: #CDDABB;
}
.TagClassName
{
border-color: #CDDABB;
}
</style>