Shades of Ottoman #CCDCC2
Tints of Ottoman #CCDCC2
RGB
CMYK
RGB Variations
Color information
#CCDCC2 (or 0xCCDCC2) is known color: Ottoman. HEX triplet: CC, DC and C2. RGB value is (204,220,194). Sum of RGB (Red+Green+Blue) = 204+220+194=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 194 (76.17% from 255 or 31.39% from 618); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDCC2 is #33233D. Grayscale: #D4D4D4. Windows color (decimal): -3351358 or 12770508. OLE color: 12770508.
HSL color Cylindrical-coordinate representation of color #CCDCC2: hue angle of 96.92º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCDCC2 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
RGB | 204 | 220 | 194 | - |
CMYK | 0.07 | 0 | 0.12 | 0.14 |
HSL | 96.92º | 0.27% | 0.81% | - |
HSV(B) | 96.92º | 0.12% | 0.86% | - |
XYZ | 60.23 | 67.92 | 60.97 | - |
YUV | 212.25 | 117.7 | 122.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 220 | 194 | 0.07 | 0 | 0.12 | 0.14 | 96.92 | 0.27 | 0.81 |
Hex | CC | DC | C2 | 7 | 0 | C | E | 61 | 1B | 51 |
Octal | 314 | 334 | 302 | 7 | 0 | 14 | 16 | 141 | 33 | 121 |
Binary | 11001100 | 11011100 | 11000010 | 111 | 0 | 1100 | 1110 | 1100001 | 11011 | 1010001 |
Color Harmonies of #CCDCC2
Complementary color
Monochromatic Colors of #CCDCC2
Black with #CCDCC2
Text Example
Text Example
White with #CCDCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDCC2; }
p { color: rgb(204,220,194); }
H1.HeaderClassName
{
color: #CCDCC2;
}
.AnyTagClassName
{
color: #CCDCC2;
}
</style>
background-color css
<style>
a { background-color: #CCDCC2; }
a { background-color: rgb(204,220,194); }
div.DivClassName
{
background-color: #CCDCC2;
}
.BgClassName
{
background-color: #CCDCC2;
}
</style>
border-color css
<style>
span { border-color: #CCDCC2; }
span { border-color: rgb(204,220,194); }
td.TdClassName
{
border-color: #CCDCC2;
}
.TagClassName
{
border-color: #CCDCC2;
}
</style>