Shades of Ottoman #CFDDBF
Tints of Ottoman #CFDDBF
RGB
CMYK
RGB Variations
Color information
#CFDDBF (or 0xCFDDBF) is known color: Ottoman. HEX triplet: CF, DD and BF. RGB value is (207,221,191). Sum of RGB (Red+Green+Blue) = 207+221+191=619 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.44% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 191 (75% from 255 or 30.86% from 619); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDDBF is #302240. Grayscale: #D5D5D5. Windows color (decimal): -3154497 or 12574159. OLE color: 12574159.
HSL color Cylindrical-coordinate representation of color #CFDDBF: hue angle of 88º degrees, saturation: 0.31, 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 #CFDDBF is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 191 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.13 |
| HSL | 88º | 0.31% | 0.81% | - |
| HSV(B) | 88º | 0.14% | 0.87% | - |
| XYZ | 60.99 | 68.74 | 59.34 | - |
| YUV | 213.39 | 115.36 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 191 | 0.06 | 0 | 0.14 | 0.13 | 88 | 0.31 | 0.81 |
| Hex | CF | DD | BF | 6 | 0 | E | D | 58 | 1F | 51 |
| Octal | 317 | 335 | 277 | 6 | 0 | 16 | 15 | 130 | 37 | 121 |
| Binary | 11001111 | 11011101 | 10111111 | 110 | 0 | 1110 | 1101 | 1011000 | 11111 | 1010001 |
Color Harmonies of #CFDDBF
Complementary color
Monochromatic Colors of #CFDDBF
Black with #CFDDBF
Text Example
Text Example
White with #CFDDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDDBF; }
p { color: rgb(207,221,191); }
H1.HeaderClassName
{
color: #CFDDBF;
}
.AnyTagClassName
{
color: #CFDDBF;
}
</style>
background-color css
<style>
a { background-color: #CFDDBF; }
a { background-color: rgb(207,221,191); }
div.DivClassName
{
background-color: #CFDDBF;
}
.BgClassName
{
background-color: #CFDDBF;
}
</style>
border-color css
<style>
span { border-color: #CFDDBF; }
span { border-color: rgb(207,221,191); }
td.TdClassName
{
border-color: #CFDDBF;
}
.TagClassName
{
border-color: #CFDDBF;
}
</style>