Shades of Ottoman #CFDBC1
Tints of Ottoman #CFDBC1
RGB
CMYK
RGB Variations
Color information
#CFDBC1 (or 0xCFDBC1) is known color: Ottoman. HEX triplet: CF, DB and C1. RGB value is (207,219,193). Sum of RGB (Red+Green+Blue) = 207+219+193=619 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.44% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 193 (75.78% from 255 or 31.18% from 619); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDBC1 is #30243E. Grayscale: #D4D4D4. Windows color (decimal): -3155007 or 12704719. OLE color: 12704719.
HSL color Cylindrical-coordinate representation of color #CFDBC1: hue angle of 87.69º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFDBC1 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 219 | 193 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.14 |
| HSL | 87.69º | 0.27% | 0.81% | - |
| HSV(B) | 87.69º | 0.12% | 0.86% | - |
| XYZ | 60.69 | 67.78 | 60.34 | - |
| YUV | 212.45 | 117.02 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 193 | 0.05 | 0 | 0.12 | 0.14 | 87.69 | 0.27 | 0.81 |
| Hex | CF | DB | C1 | 5 | 0 | C | E | 58 | 1B | 51 |
| Octal | 317 | 333 | 301 | 5 | 0 | 14 | 16 | 130 | 33 | 121 |
| Binary | 11001111 | 11011011 | 11000001 | 101 | 0 | 1100 | 1110 | 1011000 | 11011 | 1010001 |
Color Harmonies of #CFDBC1
Complementary color
Monochromatic Colors of #CFDBC1
Black with #CFDBC1
Text Example
Text Example
White with #CFDBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDBC1; }
p { color: rgb(207,219,193); }
H1.HeaderClassName
{
color: #CFDBC1;
}
.AnyTagClassName
{
color: #CFDBC1;
}
</style>
background-color css
<style>
a { background-color: #CFDBC1; }
a { background-color: rgb(207,219,193); }
div.DivClassName
{
background-color: #CFDBC1;
}
.BgClassName
{
background-color: #CFDBC1;
}
</style>
border-color css
<style>
span { border-color: #CFDBC1; }
span { border-color: rgb(207,219,193); }
td.TdClassName
{
border-color: #CFDBC1;
}
.TagClassName
{
border-color: #CFDBC1;
}
</style>