Shades of Ottoman #CFDAC2
Tints of Ottoman #CFDAC2
RGB
CMYK
RGB Variations
Color information
#CFDAC2 (or 0xCFDAC2) is known color: Ottoman. HEX triplet: CF, DA and C2. RGB value is (207,218,194). Sum of RGB (Red+Green+Blue) = 207+218+194=619 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.44% from 619); Green value is 218 (85.55% from 255 or 35.22% from 619); Blue value is 194 (76.17% from 255 or 31.34% from 619); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDAC2 is #30253D. Grayscale: #D4D4D4. Windows color (decimal): -3155262 or 12769999. OLE color: 12769999.
HSL color Cylindrical-coordinate representation of color #CFDAC2: hue angle of 87.5º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFDAC2 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 194 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.15 |
| HSL | 87.5º | 0.24% | 0.81% | - |
| HSV(B) | 87.5º | 0.11% | 0.85% | - |
| XYZ | 60.54 | 67.3 | 60.84 | - |
| YUV | 211.98 | 117.86 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 194 | 0.05 | 0 | 0.11 | 0.15 | 87.5 | 0.24 | 0.81 |
| Hex | CF | DA | C2 | 5 | 0 | B | F | 57 | 18 | 51 |
| Octal | 317 | 332 | 302 | 5 | 0 | 13 | 17 | 127 | 30 | 121 |
| Binary | 11001111 | 11011010 | 11000010 | 101 | 0 | 1011 | 1111 | 1010111 | 11000 | 1010001 |
Color Harmonies of #CFDAC2
Complementary color
Monochromatic Colors of #CFDAC2
Black with #CFDAC2
Text Example
Text Example
White with #CFDAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDAC2; }
p { color: rgb(207,218,194); }
H1.HeaderClassName
{
color: #CFDAC2;
}
.AnyTagClassName
{
color: #CFDAC2;
}
</style>
background-color css
<style>
a { background-color: #CFDAC2; }
a { background-color: rgb(207,218,194); }
div.DivClassName
{
background-color: #CFDAC2;
}
.BgClassName
{
background-color: #CFDAC2;
}
</style>
border-color css
<style>
span { border-color: #CFDAC2; }
span { border-color: rgb(207,218,194); }
td.TdClassName
{
border-color: #CFDAC2;
}
.TagClassName
{
border-color: #CFDAC2;
}
</style>