Shades of Ottoman #CFDABF
Tints of Ottoman #CFDABF
RGB
CMYK
RGB Variations
Color information
#CFDABF (or 0xCFDABF) is known color: Ottoman. HEX triplet: CF, DA and BF. RGB value is (207,218,191). Sum of RGB (Red+Green+Blue) = 207+218+191=616 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.60% from 616); Green value is 218 (85.55% from 255 or 35.39% from 616); Blue value is 191 (75% from 255 or 31.01% from 616); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDABF is #302540. Grayscale: #D3D3D3. Windows color (decimal): -3155265 or 12573391. OLE color: 12573391.
HSL color Cylindrical-coordinate representation of color #CFDABF: hue angle of 84.44º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFDABF is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 191 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.15 |
| HSL | 84.44º | 0.27% | 0.8% | - |
| HSV(B) | 84.44º | 0.12% | 0.85% | - |
| XYZ | 60.21 | 67.17 | 59.08 | - |
| YUV | 211.63 | 116.36 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 191 | 0.05 | 0 | 0.12 | 0.15 | 84.44 | 0.27 | 0.8 |
| Hex | CF | DA | BF | 5 | 0 | C | F | 54 | 1B | 50 |
| Octal | 317 | 332 | 277 | 5 | 0 | 14 | 17 | 124 | 33 | 120 |
| Binary | 11001111 | 11011010 | 10111111 | 101 | 0 | 1100 | 1111 | 1010100 | 11011 | 1010000 |
Color Harmonies of #CFDABF
Complementary color
Monochromatic Colors of #CFDABF
Black with #CFDABF
Text Example
Text Example
White with #CFDABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDABF; }
p { color: rgb(207,218,191); }
H1.HeaderClassName
{
color: #CFDABF;
}
.AnyTagClassName
{
color: #CFDABF;
}
</style>
background-color css
<style>
a { background-color: #CFDABF; }
a { background-color: rgb(207,218,191); }
div.DivClassName
{
background-color: #CFDABF;
}
.BgClassName
{
background-color: #CFDABF;
}
</style>
border-color css
<style>
span { border-color: #CFDABF; }
span { border-color: rgb(207,218,191); }
td.TdClassName
{
border-color: #CFDABF;
}
.TagClassName
{
border-color: #CFDABF;
}
</style>