Shades of Ottoman #CDDEB5
Tints of Ottoman #CDDEB5
RGB
CMYK
RGB Variations
Color information
#CDDEB5 (or 0xCDDEB5) is known color: Ottoman. HEX triplet: CD, DE and B5. RGB value is (205,222,181). Sum of RGB (Red+Green+Blue) = 205+222+181=608 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.72% from 608); Green value is 222 (87.11% from 255 or 36.51% from 608); Blue value is 181 (71.09% from 255 or 29.77% from 608); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDEB5 is #32214A. Grayscale: #D4D4D4. Windows color (decimal): -3285323 or 11919053. OLE color: 11919053.
HSL color Cylindrical-coordinate representation of color #CDDEB5: hue angle of 84.88º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDDEB5 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 222 | 181 | - |
| CMYK | 0.08 | 0 | 0.18 | 0.13 |
| HSL | 84.88º | 0.38% | 0.79% | - |
| HSV(B) | 84.88º | 0.18% | 0.87% | - |
| XYZ | 59.64 | 68.56 | 53.81 | - |
| YUV | 212.24 | 110.37 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 222 | 181 | 0.08 | 0 | 0.18 | 0.13 | 84.88 | 0.38 | 0.79 |
| Hex | CD | DE | B5 | 8 | 0 | 12 | D | 55 | 26 | 4F |
| Octal | 315 | 336 | 265 | 10 | 0 | 22 | 15 | 125 | 46 | 117 |
| Binary | 11001101 | 11011110 | 10110101 | 1000 | 0 | 10010 | 1101 | 1010101 | 100110 | 1001111 |
Color Harmonies of #CDDEB5
Complementary color
Monochromatic Colors of #CDDEB5
Black with #CDDEB5
Text Example
Text Example
White with #CDDEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDEB5; }
p { color: rgb(205,222,181); }
H1.HeaderClassName
{
color: #CDDEB5;
}
.AnyTagClassName
{
color: #CDDEB5;
}
</style>
background-color css
<style>
a { background-color: #CDDEB5; }
a { background-color: rgb(205,222,181); }
div.DivClassName
{
background-color: #CDDEB5;
}
.BgClassName
{
background-color: #CDDEB5;
}
</style>
border-color css
<style>
span { border-color: #CDDEB5; }
span { border-color: rgb(205,222,181); }
td.TdClassName
{
border-color: #CDDEB5;
}
.TagClassName
{
border-color: #CDDEB5;
}
</style>