Shades of Ottoman #CCDDC0
Tints of Ottoman #CCDDC0
RGB
CMYK
RGB Variations
Color information
#CCDDC0 (or 0xCCDDC0) is known color: Ottoman. HEX triplet: CC, DD and C0. RGB value is (204,221,192). Sum of RGB (Red+Green+Blue) = 204+221+192=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 221 (86.72% from 255 or 35.82% from 617); Blue value is 192 (75.39% from 255 or 31.12% from 617); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDC0 is #33223F. Grayscale: #D4D4D4. Windows color (decimal): -3351104 or 12639692. OLE color: 12639692.
HSL color Cylindrical-coordinate representation of color #CCDDC0: hue angle of 95.17º 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 #CCDDC0 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 221 | 192 | - |
CMYK | 0.08 | 0 | 0.13 | 0.13 |
HSL | 95.17º | 0.3% | 0.81% | - |
HSV(B) | 95.17º | 0.13% | 0.87% | - |
XYZ | 60.27 | 68.36 | 59.89 | - |
YUV | 212.61 | 116.37 | 121.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 221 | 192 | 0.08 | 0 | 0.13 | 0.13 | 95.17 | 0.3 | 0.81 |
Hex | CC | DD | C0 | 8 | 0 | D | D | 5F | 1E | 51 |
Octal | 314 | 335 | 300 | 10 | 0 | 15 | 15 | 137 | 36 | 121 |
Binary | 11001100 | 11011101 | 11000000 | 1000 | 0 | 1101 | 1101 | 1011111 | 11110 | 1010001 |
Color Harmonies of #CCDDC0
Complementary color
Monochromatic Colors of #CCDDC0
Black with #CCDDC0
Text Example
Text Example
White with #CCDDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDDC0; }
p { color: rgb(204,221,192); }
H1.HeaderClassName
{
color: #CCDDC0;
}
.AnyTagClassName
{
color: #CCDDC0;
}
</style>
background-color css
<style>
a { background-color: #CCDDC0; }
a { background-color: rgb(204,221,192); }
div.DivClassName
{
background-color: #CCDDC0;
}
.BgClassName
{
background-color: #CCDDC0;
}
</style>
border-color css
<style>
span { border-color: #CCDDC0; }
span { border-color: rgb(204,221,192); }
td.TdClassName
{
border-color: #CCDDC0;
}
.TagClassName
{
border-color: #CCDDC0;
}
</style>