Shades of Ottoman #CDDDC0
Tints of Ottoman #CDDDC0
RGB
CMYK
RGB Variations
Color information
#CDDDC0 (or 0xCDDDC0) is known color: Ottoman. HEX triplet: CD, DD and C0. RGB value is (205,221,192). Sum of RGB (Red+Green+Blue) = 205+221+192=618 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.17% from 618); Green value is 221 (86.72% from 255 or 35.76% from 618); Blue value is 192 (75.39% from 255 or 31.07% from 618); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDDC0 is #32223F. Grayscale: #D5D5D5. Windows color (decimal): -3285568 or 12639693. OLE color: 12639693.
HSL color Cylindrical-coordinate representation of color #CDDDC0: hue angle of 93.1º degrees, saturation: 0.3, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDDDC0 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 192 | - |
| CMYK | 0.07 | 0 | 0.13 | 0.13 |
| HSL | 93.1º | 0.3% | 0.81% | - |
| HSV(B) | 93.1º | 0.13% | 0.87% | - |
| XYZ | 60.55 | 68.5 | 59.9 | - |
| YUV | 212.91 | 116.2 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 192 | 0.07 | 0 | 0.13 | 0.13 | 93.1 | 0.3 | 0.81 |
| Hex | CD | DD | C0 | 7 | 0 | D | D | 5D | 1E | 51 |
| Octal | 315 | 335 | 300 | 7 | 0 | 15 | 15 | 135 | 36 | 121 |
| Binary | 11001101 | 11011101 | 11000000 | 111 | 0 | 1101 | 1101 | 1011101 | 11110 | 1010001 |
Color Harmonies of #CDDDC0
Complementary color
Monochromatic Colors of #CDDDC0
Black with #CDDDC0
Text Example
Text Example
White with #CDDDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDDC0; }
p { color: rgb(205,221,192); }
H1.HeaderClassName
{
color: #CDDDC0;
}
.AnyTagClassName
{
color: #CDDDC0;
}
</style>
background-color css
<style>
a { background-color: #CDDDC0; }
a { background-color: rgb(205,221,192); }
div.DivClassName
{
background-color: #CDDDC0;
}
.BgClassName
{
background-color: #CDDDC0;
}
</style>
border-color css
<style>
span { border-color: #CDDDC0; }
span { border-color: rgb(205,221,192); }
td.TdClassName
{
border-color: #CDDDC0;
}
.TagClassName
{
border-color: #CDDDC0;
}
</style>