Shades of Ottoman #CCDCB8
Tints of Ottoman #CCDCB8
RGB
CMYK
RGB Variations
Color information
#CCDCB8 (or 0xCCDCB8) is known color: Ottoman. HEX triplet: CC, DC and B8. RGB value is (204,220,184). Sum of RGB (Red+Green+Blue) = 204+220+184=608 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.55% from 608); Green value is 220 (86.33% from 255 or 36.18% from 608); Blue value is 184 (72.27% from 255 or 30.26% from 608); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDCB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDCB8 is #332347. Grayscale: #D3D3D3. Windows color (decimal): -3351368 or 12115148. OLE color: 12115148.
HSL color Cylindrical-coordinate representation of color #CCDCB8: hue angle of 86.67º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCDCB8 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 184 | - |
| CMYK | 0.07 | 0 | 0.16 | 0.14 |
| HSL | 86.67º | 0.34% | 0.79% | - |
| HSV(B) | 86.67º | 0.16% | 0.86% | - |
| XYZ | 59.15 | 67.48 | 55.26 | - |
| YUV | 211.11 | 112.7 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 184 | 0.07 | 0 | 0.16 | 0.14 | 86.67 | 0.34 | 0.79 |
| Hex | CC | DC | B8 | 7 | 0 | 10 | E | 57 | 22 | 4F |
| Octal | 314 | 334 | 270 | 7 | 0 | 20 | 16 | 127 | 42 | 117 |
| Binary | 11001100 | 11011100 | 10111000 | 111 | 0 | 10000 | 1110 | 1010111 | 100010 | 1001111 |
Color Harmonies of #CCDCB8
Complementary color
Monochromatic Colors of #CCDCB8
Black with #CCDCB8
Text Example
Text Example
White with #CCDCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDCB8; }
p { color: rgb(204,220,184); }
H1.HeaderClassName
{
color: #CCDCB8;
}
.AnyTagClassName
{
color: #CCDCB8;
}
</style>
background-color css
<style>
a { background-color: #CCDCB8; }
a { background-color: rgb(204,220,184); }
div.DivClassName
{
background-color: #CCDCB8;
}
.BgClassName
{
background-color: #CCDCB8;
}
</style>
border-color css
<style>
span { border-color: #CCDCB8; }
span { border-color: rgb(204,220,184); }
td.TdClassName
{
border-color: #CCDCB8;
}
.TagClassName
{
border-color: #CCDCB8;
}
</style>