Shades of Ottoman #CFDAC7
Tints of Ottoman #CFDAC7
RGB
CMYK
RGB Variations
Color information
#CFDAC7 (or 0xCFDAC7) is known color: Ottoman. HEX triplet: CF, DA and C7. RGB value is (207,218,199). Sum of RGB (Red+Green+Blue) = 207+218+199=624 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.17% from 624); Green value is 218 (85.55% from 255 or 34.94% from 624); Blue value is 199 (78.12% from 255 or 31.89% from 624); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDAC7 is #302538. Grayscale: #D4D4D4. Windows color (decimal): -3155257 or 13097679. OLE color: 13097679.
HSL color Cylindrical-coordinate representation of color #CFDAC7: hue angle of 94.74º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFDAC7 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 199 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.15 |
| HSL | 94.74º | 0.2% | 0.82% | - |
| HSV(B) | 94.74º | 0.09% | 0.85% | - |
| XYZ | 61.11 | 67.53 | 63.85 | - |
| YUV | 212.55 | 120.36 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 199 | 0.05 | 0 | 0.09 | 0.15 | 94.74 | 0.2 | 0.82 |
| Hex | CF | DA | C7 | 5 | 0 | 9 | F | 5F | 14 | 52 |
| Octal | 317 | 332 | 307 | 5 | 0 | 11 | 17 | 137 | 24 | 122 |
| Binary | 11001111 | 11011010 | 11000111 | 101 | 0 | 1001 | 1111 | 1011111 | 10100 | 1010010 |
Color Harmonies of #CFDAC7
Complementary color
Monochromatic Colors of #CFDAC7
Black with #CFDAC7
Text Example
Text Example
White with #CFDAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDAC7; }
p { color: rgb(207,218,199); }
H1.HeaderClassName
{
color: #CFDAC7;
}
.AnyTagClassName
{
color: #CFDAC7;
}
</style>
background-color css
<style>
a { background-color: #CFDAC7; }
a { background-color: rgb(207,218,199); }
div.DivClassName
{
background-color: #CFDAC7;
}
.BgClassName
{
background-color: #CFDAC7;
}
</style>
border-color css
<style>
span { border-color: #CFDAC7; }
span { border-color: rgb(207,218,199); }
td.TdClassName
{
border-color: #CFDAC7;
}
.TagClassName
{
border-color: #CFDAC7;
}
</style>