Shades of Ottoman #CCDABF
Tints of Ottoman #CCDABF
RGB
CMYK
RGB Variations
Color information
#CCDABF (or 0xCCDABF) is known color: Ottoman. HEX triplet: CC, DA and BF. RGB value is (204,218,191). Sum of RGB (Red+Green+Blue) = 204+218+191=613 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.28% from 613); Green value is 218 (85.55% from 255 or 35.56% from 613); Blue value is 191 (75% from 255 or 31.16% from 613); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDABF is #332540. Grayscale: #D2D2D2. Windows color (decimal): -3351873 or 12573388. OLE color: 12573388.
HSL color Cylindrical-coordinate representation of color #CCDABF: hue angle of 91.11º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCDABF is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 218 | 191 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.15 |
| HSL | 91.11º | 0.27% | 0.8% | - |
| HSV(B) | 91.11º | 0.12% | 0.85% | - |
| XYZ | 59.38 | 66.74 | 59.04 | - |
| YUV | 210.74 | 116.86 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 218 | 191 | 0.06 | 0 | 0.12 | 0.15 | 91.11 | 0.27 | 0.8 |
| Hex | CC | DA | BF | 6 | 0 | C | F | 5B | 1B | 50 |
| Octal | 314 | 332 | 277 | 6 | 0 | 14 | 17 | 133 | 33 | 120 |
| Binary | 11001100 | 11011010 | 10111111 | 110 | 0 | 1100 | 1111 | 1011011 | 11011 | 1010000 |
Color Harmonies of #CCDABF
Complementary color
Monochromatic Colors of #CCDABF
Black with #CCDABF
Text Example
Text Example
White with #CCDABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDABF; }
p { color: rgb(204,218,191); }
H1.HeaderClassName
{
color: #CCDABF;
}
.AnyTagClassName
{
color: #CCDABF;
}
</style>
background-color css
<style>
a { background-color: #CCDABF; }
a { background-color: rgb(204,218,191); }
div.DivClassName
{
background-color: #CCDABF;
}
.BgClassName
{
background-color: #CCDABF;
}
</style>
border-color css
<style>
span { border-color: #CCDABF; }
span { border-color: rgb(204,218,191); }
td.TdClassName
{
border-color: #CCDABF;
}
.TagClassName
{
border-color: #CCDABF;
}
</style>