Shades of Ottoman #CDDEB8
Tints of Ottoman #CDDEB8
RGB
CMYK
RGB Variations
Color information
#CDDEB8 (or 0xCDDEB8) is known color: Ottoman. HEX triplet: CD, DE and B8. RGB value is (205,222,184). Sum of RGB (Red+Green+Blue) = 205+222+184=611 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.55% from 611); Green value is 222 (87.11% from 255 or 36.33% from 611); Blue value is 184 (72.27% from 255 or 30.11% from 611); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDEB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDEB8 is #322147. Grayscale: #D4D4D4. Windows color (decimal): -3285320 or 12115661. OLE color: 12115661.
HSL color Cylindrical-coordinate representation of color #CDDEB8: hue angle of 86.84º 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 #CDDEB8 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 222 | 184 | - |
| CMYK | 0.08 | 0 | 0.17 | 0.13 |
| HSL | 86.84º | 0.37% | 0.8% | - |
| HSV(B) | 86.84º | 0.17% | 0.87% | - |
| XYZ | 59.95 | 68.68 | 55.44 | - |
| YUV | 212.59 | 111.87 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 222 | 184 | 0.08 | 0 | 0.17 | 0.13 | 86.84 | 0.37 | 0.8 |
| Hex | CD | DE | B8 | 8 | 0 | 11 | D | 57 | 25 | 50 |
| Octal | 315 | 336 | 270 | 10 | 0 | 21 | 15 | 127 | 45 | 120 |
| Binary | 11001101 | 11011110 | 10111000 | 1000 | 0 | 10001 | 1101 | 1010111 | 100101 | 1010000 |
Color Harmonies of #CDDEB8
Complementary color
Monochromatic Colors of #CDDEB8
Black with #CDDEB8
Text Example
Text Example
White with #CDDEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDEB8; }
p { color: rgb(205,222,184); }
H1.HeaderClassName
{
color: #CDDEB8;
}
.AnyTagClassName
{
color: #CDDEB8;
}
</style>
background-color css
<style>
a { background-color: #CDDEB8; }
a { background-color: rgb(205,222,184); }
div.DivClassName
{
background-color: #CDDEB8;
}
.BgClassName
{
background-color: #CDDEB8;
}
</style>
border-color css
<style>
span { border-color: #CDDEB8; }
span { border-color: rgb(205,222,184); }
td.TdClassName
{
border-color: #CDDEB8;
}
.TagClassName
{
border-color: #CDDEB8;
}
</style>