Shades of Ottoman #CFDBC4
Tints of Ottoman #CFDBC4
RGB
CMYK
RGB Variations
Color information
#CFDBC4 (or 0xCFDBC4) is known color: Ottoman. HEX triplet: CF, DB and C4. RGB value is (207,219,196). Sum of RGB (Red+Green+Blue) = 207+219+196=622 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.28% from 622); Green value is 219 (85.94% from 255 or 35.21% from 622); Blue value is 196 (76.95% from 255 or 31.51% from 622); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDBC4 is #30243B. Grayscale: #D4D4D4. Windows color (decimal): -3155004 or 12901327. OLE color: 12901327.
HSL color Cylindrical-coordinate representation of color #CFDBC4: hue angle of 91.3º degrees, saturation: 0.24, 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 #CFDBC4 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 219 | 196 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.14 |
| HSL | 91.3º | 0.24% | 0.81% | - |
| HSV(B) | 91.3º | 0.11% | 0.86% | - |
| XYZ | 61.03 | 67.91 | 62.12 | - |
| YUV | 212.79 | 118.52 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 196 | 0.05 | 0 | 0.11 | 0.14 | 91.3 | 0.24 | 0.81 |
| Hex | CF | DB | C4 | 5 | 0 | B | E | 5B | 18 | 51 |
| Octal | 317 | 333 | 304 | 5 | 0 | 13 | 16 | 133 | 30 | 121 |
| Binary | 11001111 | 11011011 | 11000100 | 101 | 0 | 1011 | 1110 | 1011011 | 11000 | 1010001 |
Color Harmonies of #CFDBC4
Complementary color
Monochromatic Colors of #CFDBC4
Black with #CFDBC4
Text Example
Text Example
White with #CFDBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDBC4; }
p { color: rgb(207,219,196); }
H1.HeaderClassName
{
color: #CFDBC4;
}
.AnyTagClassName
{
color: #CFDBC4;
}
</style>
background-color css
<style>
a { background-color: #CFDBC4; }
a { background-color: rgb(207,219,196); }
div.DivClassName
{
background-color: #CFDBC4;
}
.BgClassName
{
background-color: #CFDBC4;
}
</style>
border-color css
<style>
span { border-color: #CFDBC4; }
span { border-color: rgb(207,219,196); }
td.TdClassName
{
border-color: #CFDBC4;
}
.TagClassName
{
border-color: #CFDBC4;
}
</style>