Shades of Ottoman #CFDAC1
Tints of Ottoman #CFDAC1
RGB
CMYK
RGB Variations
Color information
#CFDAC1 (or 0xCFDAC1) is known color: Ottoman. HEX triplet: CF, DA and C1. RGB value is (207,218,193). Sum of RGB (Red+Green+Blue) = 207+218+193=618 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.50% from 618); Green value is 218 (85.55% from 255 or 35.28% from 618); Blue value is 193 (75.78% from 255 or 31.23% from 618); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDAC1 is #30253E. Grayscale: #D3D3D3. Windows color (decimal): -3155263 or 12704463. OLE color: 12704463.
HSL color Cylindrical-coordinate representation of color #CFDAC1: hue angle of 86.4º degrees, saturation: 0.25, 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 #CFDAC1 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 193 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.15 |
| HSL | 86.4º | 0.25% | 0.81% | - |
| HSV(B) | 86.4º | 0.11% | 0.85% | - |
| XYZ | 60.43 | 67.26 | 60.25 | - |
| YUV | 211.86 | 117.36 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 193 | 0.05 | 0 | 0.11 | 0.15 | 86.4 | 0.25 | 0.81 |
| Hex | CF | DA | C1 | 5 | 0 | B | F | 56 | 19 | 51 |
| Octal | 317 | 332 | 301 | 5 | 0 | 13 | 17 | 126 | 31 | 121 |
| Binary | 11001111 | 11011010 | 11000001 | 101 | 0 | 1011 | 1111 | 1010110 | 11001 | 1010001 |
Color Harmonies of #CFDAC1
Complementary color
Monochromatic Colors of #CFDAC1
Black with #CFDAC1
Text Example
Text Example
White with #CFDAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDAC1; }
p { color: rgb(207,218,193); }
H1.HeaderClassName
{
color: #CFDAC1;
}
.AnyTagClassName
{
color: #CFDAC1;
}
</style>
background-color css
<style>
a { background-color: #CFDAC1; }
a { background-color: rgb(207,218,193); }
div.DivClassName
{
background-color: #CFDAC1;
}
.BgClassName
{
background-color: #CFDAC1;
}
</style>
border-color css
<style>
span { border-color: #CFDAC1; }
span { border-color: rgb(207,218,193); }
td.TdClassName
{
border-color: #CFDAC1;
}
.TagClassName
{
border-color: #CFDAC1;
}
</style>