Shades of Ottoman #CDDABE
Tints of Ottoman #CDDABE
RGB
CMYK
RGB Variations
Color information
#CDDABE (or 0xCDDABE) is known color: Ottoman. HEX triplet: CD, DA and BE. RGB value is (205,218,190). Sum of RGB (Red+Green+Blue) = 205+218+190=613 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.44% from 613); Green value is 218 (85.55% from 255 or 35.56% from 613); Blue value is 190 (74.61% from 255 or 31.00% from 613); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDABE is #322541. Grayscale: #D3D3D3. Windows color (decimal): -3286338 or 12507853. OLE color: 12507853.
HSL color Cylindrical-coordinate representation of color #CDDABE: hue angle of 87.86º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDDABE is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 218 | 190 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.15 |
| HSL | 87.86º | 0.27% | 0.8% | - |
| HSV(B) | 87.86º | 0.13% | 0.85% | - |
| XYZ | 59.54 | 66.84 | 58.48 | - |
| YUV | 210.92 | 116.19 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 218 | 190 | 0.06 | 0 | 0.13 | 0.15 | 87.86 | 0.27 | 0.8 |
| Hex | CD | DA | BE | 6 | 0 | D | F | 58 | 1B | 50 |
| Octal | 315 | 332 | 276 | 6 | 0 | 15 | 17 | 130 | 33 | 120 |
| Binary | 11001101 | 11011010 | 10111110 | 110 | 0 | 1101 | 1111 | 1011000 | 11011 | 1010000 |
Color Harmonies of #CDDABE
Complementary color
Monochromatic Colors of #CDDABE
Black with #CDDABE
Text Example
Text Example
White with #CDDABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDABE; }
p { color: rgb(205,218,190); }
H1.HeaderClassName
{
color: #CDDABE;
}
.AnyTagClassName
{
color: #CDDABE;
}
</style>
background-color css
<style>
a { background-color: #CDDABE; }
a { background-color: rgb(205,218,190); }
div.DivClassName
{
background-color: #CDDABE;
}
.BgClassName
{
background-color: #CDDABE;
}
</style>
border-color css
<style>
span { border-color: #CDDABE; }
span { border-color: rgb(205,218,190); }
td.TdClassName
{
border-color: #CDDABE;
}
.TagClassName
{
border-color: #CDDABE;
}
</style>