Shades of Ottoman #CFDFC0
Tints of Ottoman #CFDFC0
RGB
CMYK
RGB Variations
Color information
#CFDFC0 (or 0xCFDFC0) is known color: Ottoman. HEX triplet: CF, DF and C0. RGB value is (207,223,192). Sum of RGB (Red+Green+Blue) = 207+223+192=622 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.28% from 622); Green value is 223 (87.5% from 255 or 35.85% from 622); Blue value is 192 (75.39% from 255 or 30.87% from 622); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDFC0 is #30203F. Grayscale: #D6D6D6. Windows color (decimal): -3153984 or 12640207. OLE color: 12640207.
HSL color Cylindrical-coordinate representation of color #CFDFC0: hue angle of 90.97º 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 #CFDFC0 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 192 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.13 |
| HSL | 90.97º | 0.33% | 0.81% | - |
| HSV(B) | 90.97º | 0.14% | 0.87% | - |
| XYZ | 61.63 | 69.85 | 60.1 | - |
| YUV | 214.68 | 115.2 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 192 | 0.07 | 0 | 0.14 | 0.13 | 90.97 | 0.33 | 0.81 |
| Hex | CF | DF | C0 | 7 | 0 | E | D | 5B | 21 | 51 |
| Octal | 317 | 337 | 300 | 7 | 0 | 16 | 15 | 133 | 41 | 121 |
| Binary | 11001111 | 11011111 | 11000000 | 111 | 0 | 1110 | 1101 | 1011011 | 100001 | 1010001 |
Color Harmonies of #CFDFC0
Complementary color
Monochromatic Colors of #CFDFC0
Black with #CFDFC0
Text Example
Text Example
White with #CFDFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDFC0; }
p { color: rgb(207,223,192); }
H1.HeaderClassName
{
color: #CFDFC0;
}
.AnyTagClassName
{
color: #CFDFC0;
}
</style>
background-color css
<style>
a { background-color: #CFDFC0; }
a { background-color: rgb(207,223,192); }
div.DivClassName
{
background-color: #CFDFC0;
}
.BgClassName
{
background-color: #CFDFC0;
}
</style>
border-color css
<style>
span { border-color: #CFDFC0; }
span { border-color: rgb(207,223,192); }
td.TdClassName
{
border-color: #CFDFC0;
}
.TagClassName
{
border-color: #CFDFC0;
}
</style>