Shades of Ottoman #CDDEBE
Tints of Ottoman #CDDEBE
RGB
CMYK
RGB Variations
Color information
#CDDEBE (or 0xCDDEBE) is known color: Ottoman. HEX triplet: CD, DE and BE. RGB value is (205,222,190). Sum of RGB (Red+Green+Blue) = 205+222+190=617 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.23% from 617); Green value is 222 (87.11% from 255 or 35.98% from 617); Blue value is 190 (74.61% from 255 or 30.79% from 617); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDEBE is #322141. Grayscale: #D5D5D5. Windows color (decimal): -3285314 or 12508877. OLE color: 12508877.
HSL color Cylindrical-coordinate representation of color #CDDEBE: hue angle of 91.88º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDDEBE is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 222 | 190 | - |
| CMYK | 0.08 | 0 | 0.14 | 0.13 |
| HSL | 91.88º | 0.33% | 0.81% | - |
| HSV(B) | 91.88º | 0.14% | 0.87% | - |
| XYZ | 60.59 | 68.94 | 58.83 | - |
| YUV | 213.27 | 114.87 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 222 | 190 | 0.08 | 0 | 0.14 | 0.13 | 91.88 | 0.33 | 0.81 |
| Hex | CD | DE | BE | 8 | 0 | E | D | 5C | 21 | 51 |
| Octal | 315 | 336 | 276 | 10 | 0 | 16 | 15 | 134 | 41 | 121 |
| Binary | 11001101 | 11011110 | 10111110 | 1000 | 0 | 1110 | 1101 | 1011100 | 100001 | 1010001 |
Color Harmonies of #CDDEBE
Complementary color
Monochromatic Colors of #CDDEBE
Black with #CDDEBE
Text Example
Text Example
White with #CDDEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDEBE; }
p { color: rgb(205,222,190); }
H1.HeaderClassName
{
color: #CDDEBE;
}
.AnyTagClassName
{
color: #CDDEBE;
}
</style>
background-color css
<style>
a { background-color: #CDDEBE; }
a { background-color: rgb(205,222,190); }
div.DivClassName
{
background-color: #CDDEBE;
}
.BgClassName
{
background-color: #CDDEBE;
}
</style>
border-color css
<style>
span { border-color: #CDDEBE; }
span { border-color: rgb(205,222,190); }
td.TdClassName
{
border-color: #CDDEBE;
}
.TagClassName
{
border-color: #CDDEBE;
}
</style>