Shades of Ottoman #CFDAC5
Tints of Ottoman #CFDAC5
RGB
CMYK
RGB Variations
Color information
#CFDAC5 (or 0xCFDAC5) is known color: Ottoman. HEX triplet: CF, DA and C5. RGB value is (207,218,197). Sum of RGB (Red+Green+Blue) = 207+218+197=622 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.28% from 622); Green value is 218 (85.55% from 255 or 35.05% from 622); Blue value is 197 (77.34% from 255 or 31.67% from 622); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDAC5 is #30253A. Grayscale: #D4D4D4. Windows color (decimal): -3155259 or 12966607. OLE color: 12966607.
HSL color Cylindrical-coordinate representation of color #CFDAC5: hue angle of 91.43º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFDAC5 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 197 | - |
| CMYK | 0.05 | 0 | 0.10 | 0.15 |
| HSL | 91.43º | 0.22% | 0.81% | - |
| HSV(B) | 91.43º | 0.1% | 0.85% | - |
| XYZ | 60.88 | 67.44 | 62.63 | - |
| YUV | 212.32 | 119.36 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 197 | 0.05 | 0 | 0.10 | 0.15 | 91.43 | 0.22 | 0.81 |
| Hex | CF | DA | C5 | 5 | 0 | A | F | 5B | 16 | 51 |
| Octal | 317 | 332 | 305 | 5 | 0 | 12 | 17 | 133 | 26 | 121 |
| Binary | 11001111 | 11011010 | 11000101 | 101 | 0 | 1010 | 1111 | 1011011 | 10110 | 1010001 |
Color Harmonies of #CFDAC5
Complementary color
Monochromatic Colors of #CFDAC5
Black with #CFDAC5
Text Example
Text Example
White with #CFDAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDAC5; }
p { color: rgb(207,218,197); }
H1.HeaderClassName
{
color: #CFDAC5;
}
.AnyTagClassName
{
color: #CFDAC5;
}
</style>
background-color css
<style>
a { background-color: #CFDAC5; }
a { background-color: rgb(207,218,197); }
div.DivClassName
{
background-color: #CFDAC5;
}
.BgClassName
{
background-color: #CFDAC5;
}
</style>
border-color css
<style>
span { border-color: #CFDAC5; }
span { border-color: rgb(207,218,197); }
td.TdClassName
{
border-color: #CFDAC5;
}
.TagClassName
{
border-color: #CFDAC5;
}
</style>