Shades of Ottoman #CDDCBE
Tints of Ottoman #CDDCBE
RGB
CMYK
RGB Variations
Color information
#CDDCBE (or 0xCDDCBE) is known color: Ottoman. HEX triplet: CD, DC and BE. RGB value is (205,220,190). Sum of RGB (Red+Green+Blue) = 205+220+190=615 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.33% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 190 (74.61% from 255 or 30.89% from 615); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDCBE is #322341. Grayscale: #D4D4D4. Windows color (decimal): -3285826 or 12508365. OLE color: 12508365.
HSL color Cylindrical-coordinate representation of color #CDDCBE: hue angle of 90º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDDCBE is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 220 | 190 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.14 |
| HSL | 90º | 0.3% | 0.8% | - |
| HSV(B) | 90º | 0.14% | 0.86% | - |
| XYZ | 60.06 | 67.88 | 58.65 | - |
| YUV | 212.1 | 115.53 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 190 | 0.07 | 0 | 0.14 | 0.14 | 90 | 0.3 | 0.8 |
| Hex | CD | DC | BE | 7 | 0 | E | E | 5A | 1E | 50 |
| Octal | 315 | 334 | 276 | 7 | 0 | 16 | 16 | 132 | 36 | 120 |
| Binary | 11001101 | 11011100 | 10111110 | 111 | 0 | 1110 | 1110 | 1011010 | 11110 | 1010000 |
Color Harmonies of #CDDCBE
Complementary color
Monochromatic Colors of #CDDCBE
Black with #CDDCBE
Text Example
Text Example
White with #CDDCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDCBE; }
p { color: rgb(205,220,190); }
H1.HeaderClassName
{
color: #CDDCBE;
}
.AnyTagClassName
{
color: #CDDCBE;
}
</style>
background-color css
<style>
a { background-color: #CDDCBE; }
a { background-color: rgb(205,220,190); }
div.DivClassName
{
background-color: #CDDCBE;
}
.BgClassName
{
background-color: #CDDCBE;
}
</style>
border-color css
<style>
span { border-color: #CDDCBE; }
span { border-color: rgb(205,220,190); }
td.TdClassName
{
border-color: #CDDCBE;
}
.TagClassName
{
border-color: #CDDCBE;
}
</style>