Shades of Ottoman #CDDCC0
Tints of Ottoman #CDDCC0
RGB
CMYK
RGB Variations
Color information
#CDDCC0 (or 0xCDDCC0) is known color: Ottoman. HEX triplet: CD, DC and C0. RGB value is (205,220,192). Sum of RGB (Red+Green+Blue) = 205+220+192=617 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.23% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 192 (75.39% from 255 or 31.12% from 617); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDCC0 is #32233F. Grayscale: #D4D4D4. Windows color (decimal): -3285824 or 12639437. OLE color: 12639437.
HSL color Cylindrical-coordinate representation of color #CDDCC0: hue angle of 92.14º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDDCC0 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 220 | 192 | - |
| CMYK | 0.07 | 0 | 0.13 | 0.14 |
| HSL | 92.14º | 0.29% | 0.81% | - |
| HSV(B) | 92.14º | 0.13% | 0.86% | - |
| XYZ | 60.28 | 67.97 | 59.81 | - |
| YUV | 212.32 | 116.53 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 192 | 0.07 | 0 | 0.13 | 0.14 | 92.14 | 0.29 | 0.81 |
| Hex | CD | DC | C0 | 7 | 0 | D | E | 5C | 1D | 51 |
| Octal | 315 | 334 | 300 | 7 | 0 | 15 | 16 | 134 | 35 | 121 |
| Binary | 11001101 | 11011100 | 11000000 | 111 | 0 | 1101 | 1110 | 1011100 | 11101 | 1010001 |
Color Harmonies of #CDDCC0
Complementary color
Monochromatic Colors of #CDDCC0
Black with #CDDCC0
Text Example
Text Example
White with #CDDCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDCC0; }
p { color: rgb(205,220,192); }
H1.HeaderClassName
{
color: #CDDCC0;
}
.AnyTagClassName
{
color: #CDDCC0;
}
</style>
background-color css
<style>
a { background-color: #CDDCC0; }
a { background-color: rgb(205,220,192); }
div.DivClassName
{
background-color: #CDDCC0;
}
.BgClassName
{
background-color: #CDDCC0;
}
</style>
border-color css
<style>
span { border-color: #CDDCC0; }
span { border-color: rgb(205,220,192); }
td.TdClassName
{
border-color: #CDDCC0;
}
.TagClassName
{
border-color: #CDDCC0;
}
</style>