Shades of Ottoman #CFDABD
Tints of Ottoman #CFDABD
RGB
CMYK
RGB Variations
Color information
#CFDABD (or 0xCFDABD) is known color: Ottoman. HEX triplet: CF, DA and BD. RGB value is (207,218,189). Sum of RGB (Red+Green+Blue) = 207+218+189=614 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.71% from 614); Green value is 218 (85.55% from 255 or 35.50% from 614); Blue value is 189 (74.22% from 255 or 30.78% from 614); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDABD is #302542. Grayscale: #D3D3D3. Windows color (decimal): -3155267 or 12442319. OLE color: 12442319.
HSL color Cylindrical-coordinate representation of color #CFDABD: hue angle of 82.76º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFDABD is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 189 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.15 |
| HSL | 82.76º | 0.28% | 0.8% | - |
| HSV(B) | 82.76º | 0.13% | 0.85% | - |
| XYZ | 59.99 | 67.08 | 57.93 | - |
| YUV | 211.41 | 115.36 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 189 | 0.05 | 0 | 0.13 | 0.15 | 82.76 | 0.28 | 0.8 |
| Hex | CF | DA | BD | 5 | 0 | D | F | 53 | 1C | 50 |
| Octal | 317 | 332 | 275 | 5 | 0 | 15 | 17 | 123 | 34 | 120 |
| Binary | 11001111 | 11011010 | 10111101 | 101 | 0 | 1101 | 1111 | 1010011 | 11100 | 1010000 |
Color Harmonies of #CFDABD
Complementary color
Monochromatic Colors of #CFDABD
Black with #CFDABD
Text Example
Text Example
White with #CFDABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDABD; }
p { color: rgb(207,218,189); }
H1.HeaderClassName
{
color: #CFDABD;
}
.AnyTagClassName
{
color: #CFDABD;
}
</style>
background-color css
<style>
a { background-color: #CFDABD; }
a { background-color: rgb(207,218,189); }
div.DivClassName
{
background-color: #CFDABD;
}
.BgClassName
{
background-color: #CFDABD;
}
</style>
border-color css
<style>
span { border-color: #CFDABD; }
span { border-color: rgb(207,218,189); }
td.TdClassName
{
border-color: #CFDABD;
}
.TagClassName
{
border-color: #CFDABD;
}
</style>