Shades of Ottoman #CDDDBD
Tints of Ottoman #CDDDBD
RGB
CMYK
RGB Variations
Color information
#CDDDBD (or 0xCDDDBD) is known color: Ottoman. HEX triplet: CD, DD and BD. RGB value is (205,221,189). Sum of RGB (Red+Green+Blue) = 205+221+189=615 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.33% from 615); Green value is 221 (86.72% from 255 or 35.93% from 615); Blue value is 189 (74.22% from 255 or 30.73% from 615); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDDBD is #322242. Grayscale: #D4D4D4. Windows color (decimal): -3285571 or 12443085. OLE color: 12443085.
HSL color Cylindrical-coordinate representation of color #CDDDBD: hue angle of 90º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDDDBD is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
RGB | 205 | 221 | 189 | - |
CMYK | 0.07 | 0 | 0.14 | 0.13 |
HSL | 90º | 0.32% | 0.8% | - |
HSV(B) | 90º | 0.14% | 0.87% | - |
XYZ | 60.22 | 68.37 | 58.17 | - |
YUV | 212.57 | 114.7 | 122.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 221 | 189 | 0.07 | 0 | 0.14 | 0.13 | 90 | 0.32 | 0.8 |
Hex | CD | DD | BD | 7 | 0 | E | D | 5A | 20 | 50 |
Octal | 315 | 335 | 275 | 7 | 0 | 16 | 15 | 132 | 40 | 120 |
Binary | 11001101 | 11011101 | 10111101 | 111 | 0 | 1110 | 1101 | 1011010 | 100000 | 1010000 |
Color Harmonies of #CDDDBD
Complementary color
Monochromatic Colors of #CDDDBD
Black with #CDDDBD
Text Example
Text Example
White with #CDDDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDDBD; }
p { color: rgb(205,221,189); }
H1.HeaderClassName
{
color: #CDDDBD;
}
.AnyTagClassName
{
color: #CDDDBD;
}
</style>
background-color css
<style>
a { background-color: #CDDDBD; }
a { background-color: rgb(205,221,189); }
div.DivClassName
{
background-color: #CDDDBD;
}
.BgClassName
{
background-color: #CDDDBD;
}
</style>
border-color css
<style>
span { border-color: #CDDDBD; }
span { border-color: rgb(205,221,189); }
td.TdClassName
{
border-color: #CDDDBD;
}
.TagClassName
{
border-color: #CDDDBD;
}
</style>