Shades of Ottoman #CFDFC1
Tints of Ottoman #CFDFC1
RGB
CMYK
RGB Variations
Color information
#CFDFC1 (or 0xCFDFC1) is known color: Ottoman. HEX triplet: CF, DF and C1. RGB value is (207,223,193). Sum of RGB (Red+Green+Blue) = 207+223+193=623 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.23% from 623); Green value is 223 (87.5% from 255 or 35.79% from 623); Blue value is 193 (75.78% from 255 or 30.98% from 623); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDFC1 is #30203E. Grayscale: #D6D6D6. Windows color (decimal): -3153983 or 12705743. OLE color: 12705743.
HSL color Cylindrical-coordinate representation of color #CFDFC1: hue angle of 92º degrees, saturation: 0.32, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFDFC1 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 193 | - |
| CMYK | 0.07 | 0 | 0.13 | 0.13 |
| HSL | 92º | 0.32% | 0.82% | - |
| HSV(B) | 92º | 0.13% | 0.87% | - |
| XYZ | 61.75 | 69.89 | 60.69 | - |
| YUV | 214.8 | 115.7 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 193 | 0.07 | 0 | 0.13 | 0.13 | 92 | 0.32 | 0.82 |
| Hex | CF | DF | C1 | 7 | 0 | D | D | 5C | 20 | 52 |
| Octal | 317 | 337 | 301 | 7 | 0 | 15 | 15 | 134 | 40 | 122 |
| Binary | 11001111 | 11011111 | 11000001 | 111 | 0 | 1101 | 1101 | 1011100 | 100000 | 1010010 |
Color Harmonies of #CFDFC1
Complementary color
Monochromatic Colors of #CFDFC1
Black with #CFDFC1
Text Example
Text Example
White with #CFDFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDFC1; }
p { color: rgb(207,223,193); }
H1.HeaderClassName
{
color: #CFDFC1;
}
.AnyTagClassName
{
color: #CFDFC1;
}
</style>
background-color css
<style>
a { background-color: #CFDFC1; }
a { background-color: rgb(207,223,193); }
div.DivClassName
{
background-color: #CFDFC1;
}
.BgClassName
{
background-color: #CFDFC1;
}
</style>
border-color css
<style>
span { border-color: #CFDFC1; }
span { border-color: rgb(207,223,193); }
td.TdClassName
{
border-color: #CFDFC1;
}
.TagClassName
{
border-color: #CFDFC1;
}
</style>