Shades of Ottoman #CFDDC6
Tints of Ottoman #CFDDC6
RGB
CMYK
RGB Variations
Color information
#CFDDC6 (or 0xCFDDC6) is known color: Ottoman. HEX triplet: CF, DD and C6. RGB value is (207,221,198). Sum of RGB (Red+Green+Blue) = 207+221+198=626 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.07% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 198 (77.73% from 255 or 31.63% from 626); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDDC6 is #302239. Grayscale: #D6D6D6. Windows color (decimal): -3154490 or 13032911. OLE color: 13032911.
HSL color Cylindrical-coordinate representation of color #CFDDC6: hue angle of 96.52º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFDDC6 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 198 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.13 |
| HSL | 96.52º | 0.25% | 0.82% | - |
| HSV(B) | 96.52º | 0.1% | 0.87% | - |
| XYZ | 61.78 | 69.06 | 63.5 | - |
| YUV | 214.19 | 118.86 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 198 | 0.06 | 0 | 0.10 | 0.13 | 96.52 | 0.25 | 0.82 |
| Hex | CF | DD | C6 | 6 | 0 | A | D | 61 | 19 | 52 |
| Octal | 317 | 335 | 306 | 6 | 0 | 12 | 15 | 141 | 31 | 122 |
| Binary | 11001111 | 11011101 | 11000110 | 110 | 0 | 1010 | 1101 | 1100001 | 11001 | 1010010 |
Color Harmonies of #CFDDC6
Complementary color
Monochromatic Colors of #CFDDC6
Black with #CFDDC6
Text Example
Text Example
White with #CFDDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDDC6; }
p { color: rgb(207,221,198); }
H1.HeaderClassName
{
color: #CFDDC6;
}
.AnyTagClassName
{
color: #CFDDC6;
}
</style>
background-color css
<style>
a { background-color: #CFDDC6; }
a { background-color: rgb(207,221,198); }
div.DivClassName
{
background-color: #CFDDC6;
}
.BgClassName
{
background-color: #CFDDC6;
}
</style>
border-color css
<style>
span { border-color: #CFDDC6; }
span { border-color: rgb(207,221,198); }
td.TdClassName
{
border-color: #CFDDC6;
}
.TagClassName
{
border-color: #CFDDC6;
}
</style>