Shades of Ottoman #CDDFB9
Tints of Ottoman #CDDFB9
RGB
CMYK
RGB Variations
Color information
#CDDFB9 (or 0xCDDFB9) is known color: Ottoman. HEX triplet: CD, DF and B9. RGB value is (205,223,185). Sum of RGB (Red+Green+Blue) = 205+223+185=613 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.44% from 613); Green value is 223 (87.5% from 255 or 36.38% from 613); Blue value is 185 (72.66% from 255 or 30.18% from 613); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDFB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDFB9 is #322046. Grayscale: #D5D5D5. Windows color (decimal): -3285063 or 12181453. OLE color: 12181453.
HSL color Cylindrical-coordinate representation of color #CDDFB9: hue angle of 88.42º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDDFB9 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 223 | 185 | - |
| CMYK | 0.08 | 0 | 0.17 | 0.13 |
| HSL | 88.42º | 0.37% | 0.8% | - |
| HSV(B) | 88.42º | 0.17% | 0.87% | - |
| XYZ | 60.32 | 69.26 | 56.09 | - |
| YUV | 213.29 | 112.04 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 223 | 185 | 0.08 | 0 | 0.17 | 0.13 | 88.42 | 0.37 | 0.8 |
| Hex | CD | DF | B9 | 8 | 0 | 11 | D | 58 | 25 | 50 |
| Octal | 315 | 337 | 271 | 10 | 0 | 21 | 15 | 130 | 45 | 120 |
| Binary | 11001101 | 11011111 | 10111001 | 1000 | 0 | 10001 | 1101 | 1011000 | 100101 | 1010000 |
Color Harmonies of #CDDFB9
Complementary color
Monochromatic Colors of #CDDFB9
Black with #CDDFB9
Text Example
Text Example
White with #CDDFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDFB9; }
p { color: rgb(205,223,185); }
H1.HeaderClassName
{
color: #CDDFB9;
}
.AnyTagClassName
{
color: #CDDFB9;
}
</style>
background-color css
<style>
a { background-color: #CDDFB9; }
a { background-color: rgb(205,223,185); }
div.DivClassName
{
background-color: #CDDFB9;
}
.BgClassName
{
background-color: #CDDFB9;
}
</style>
border-color css
<style>
span { border-color: #CDDFB9; }
span { border-color: rgb(205,223,185); }
td.TdClassName
{
border-color: #CDDFB9;
}
.TagClassName
{
border-color: #CDDFB9;
}
</style>