Shades of Ottoman #CFDBC3
Tints of Ottoman #CFDBC3
RGB
CMYK
RGB Variations
Color information
#CFDBC3 (or 0xCFDBC3) is known color: Ottoman. HEX triplet: CF, DB and C3. RGB value is (207,219,195). Sum of RGB (Red+Green+Blue) = 207+219+195=621 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.33% from 621); Green value is 219 (85.94% from 255 or 35.27% from 621); Blue value is 195 (76.56% from 255 or 31.40% from 621); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDBC3 is #30243C. Grayscale: #D4D4D4. Windows color (decimal): -3155005 or 12835791. OLE color: 12835791.
HSL color Cylindrical-coordinate representation of color #CFDBC3: hue angle of 90º degrees, saturation: 0.25, 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 #CFDBC3 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 219 | 195 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.14 |
| HSL | 90º | 0.25% | 0.81% | - |
| HSV(B) | 90º | 0.11% | 0.86% | - |
| XYZ | 60.91 | 67.87 | 61.52 | - |
| YUV | 212.68 | 118.02 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 195 | 0.05 | 0 | 0.11 | 0.14 | 90 | 0.25 | 0.81 |
| Hex | CF | DB | C3 | 5 | 0 | B | E | 5A | 19 | 51 |
| Octal | 317 | 333 | 303 | 5 | 0 | 13 | 16 | 132 | 31 | 121 |
| Binary | 11001111 | 11011011 | 11000011 | 101 | 0 | 1011 | 1110 | 1011010 | 11001 | 1010001 |
Color Harmonies of #CFDBC3
Complementary color
Monochromatic Colors of #CFDBC3
Black with #CFDBC3
Text Example
Text Example
White with #CFDBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDBC3; }
p { color: rgb(207,219,195); }
H1.HeaderClassName
{
color: #CFDBC3;
}
.AnyTagClassName
{
color: #CFDBC3;
}
</style>
background-color css
<style>
a { background-color: #CFDBC3; }
a { background-color: rgb(207,219,195); }
div.DivClassName
{
background-color: #CFDBC3;
}
.BgClassName
{
background-color: #CFDBC3;
}
</style>
border-color css
<style>
span { border-color: #CFDBC3; }
span { border-color: rgb(207,219,195); }
td.TdClassName
{
border-color: #CFDBC3;
}
.TagClassName
{
border-color: #CFDBC3;
}
</style>