Shades of Ottoman #CCDFC0
Tints of Ottoman #CCDFC0
RGB
CMYK
RGB Variations
Color information
#CCDFC0 (or 0xCCDFC0) is known color: Ottoman. HEX triplet: CC, DF and C0. RGB value is (204,223,192). Sum of RGB (Red+Green+Blue) = 204+223+192=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 223 (87.5% from 255 or 36.03% from 619); Blue value is 192 (75.39% from 255 or 31.02% from 619); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDFC0 is #33203F. Grayscale: #D5D5D5. Windows color (decimal): -3350592 or 12640204. OLE color: 12640204.
HSL color Cylindrical-coordinate representation of color #CCDFC0: hue angle of 96.77º 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 #CCDFC0 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 223 | 192 | - |
CMYK | 0.09 | 0 | 0.14 | 0.13 |
HSL | 96.77º | 0.33% | 0.81% | - |
HSV(B) | 96.77º | 0.14% | 0.87% | - |
XYZ | 60.8 | 69.42 | 60.06 | - |
YUV | 213.79 | 115.71 | 121.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 223 | 192 | 0.09 | 0 | 0.14 | 0.13 | 96.77 | 0.33 | 0.81 |
Hex | CC | DF | C0 | 9 | 0 | E | D | 61 | 21 | 51 |
Octal | 314 | 337 | 300 | 11 | 0 | 16 | 15 | 141 | 41 | 121 |
Binary | 11001100 | 11011111 | 11000000 | 1001 | 0 | 1110 | 1101 | 1100001 | 100001 | 1010001 |
Color Harmonies of #CCDFC0
Complementary color
Monochromatic Colors of #CCDFC0
Black with #CCDFC0
Text Example
Text Example
White with #CCDFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDFC0; }
p { color: rgb(204,223,192); }
H1.HeaderClassName
{
color: #CCDFC0;
}
.AnyTagClassName
{
color: #CCDFC0;
}
</style>
background-color css
<style>
a { background-color: #CCDFC0; }
a { background-color: rgb(204,223,192); }
div.DivClassName
{
background-color: #CCDFC0;
}
.BgClassName
{
background-color: #CCDFC0;
}
</style>
border-color css
<style>
span { border-color: #CCDFC0; }
span { border-color: rgb(204,223,192); }
td.TdClassName
{
border-color: #CCDFC0;
}
.TagClassName
{
border-color: #CCDFC0;
}
</style>