Shades of Ottoman #CFDBC2
Tints of Ottoman #CFDBC2
RGB
CMYK
RGB Variations
Color information
#CFDBC2 (or 0xCFDBC2) is known color: Ottoman. HEX triplet: CF, DB and C2. RGB value is (207,219,194). Sum of RGB (Red+Green+Blue) = 207+219+194=620 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.39% from 620); Green value is 219 (85.94% from 255 or 35.32% from 620); Blue value is 194 (76.17% from 255 or 31.29% from 620); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDBC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDBC2 is #30243D. Grayscale: #D4D4D4. Windows color (decimal): -3155006 or 12770255. OLE color: 12770255.
HSL color Cylindrical-coordinate representation of color #CFDBC2: hue angle of 88.8º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFDBC2 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 219 | 194 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.14 |
| HSL | 88.8º | 0.26% | 0.81% | - |
| HSV(B) | 88.8º | 0.11% | 0.86% | - |
| XYZ | 60.8 | 67.82 | 60.93 | - |
| YUV | 212.56 | 117.52 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 194 | 0.05 | 0 | 0.11 | 0.14 | 88.8 | 0.26 | 0.81 |
| Hex | CF | DB | C2 | 5 | 0 | B | E | 59 | 1A | 51 |
| Octal | 317 | 333 | 302 | 5 | 0 | 13 | 16 | 131 | 32 | 121 |
| Binary | 11001111 | 11011011 | 11000010 | 101 | 0 | 1011 | 1110 | 1011001 | 11010 | 1010001 |
Color Harmonies of #CFDBC2
Complementary color
Monochromatic Colors of #CFDBC2
Black with #CFDBC2
Text Example
Text Example
White with #CFDBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDBC2; }
p { color: rgb(207,219,194); }
H1.HeaderClassName
{
color: #CFDBC2;
}
.AnyTagClassName
{
color: #CFDBC2;
}
</style>
background-color css
<style>
a { background-color: #CFDBC2; }
a { background-color: rgb(207,219,194); }
div.DivClassName
{
background-color: #CFDBC2;
}
.BgClassName
{
background-color: #CFDBC2;
}
</style>
border-color css
<style>
span { border-color: #CFDBC2; }
span { border-color: rgb(207,219,194); }
td.TdClassName
{
border-color: #CFDBC2;
}
.TagClassName
{
border-color: #CFDBC2;
}
</style>