Shades of Ottoman #CFDDBE
Tints of Ottoman #CFDDBE
RGB
CMYK
RGB Variations
Color information
#CFDDBE (or 0xCFDDBE) is known color: Ottoman. HEX triplet: CF, DD and BE. RGB value is (207,221,190). Sum of RGB (Red+Green+Blue) = 207+221+190=618 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.50% from 618); Green value is 221 (86.72% from 255 or 35.76% from 618); Blue value is 190 (74.61% from 255 or 30.74% from 618); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDDBE is #302241. Grayscale: #D5D5D5. Windows color (decimal): -3154498 or 12508623. OLE color: 12508623.
HSL color Cylindrical-coordinate representation of color #CFDDBE: hue angle of 87.1º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFDDBE is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 190 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.13 |
| HSL | 87.1º | 0.31% | 0.81% | - |
| HSV(B) | 87.1º | 0.14% | 0.87% | - |
| XYZ | 60.88 | 68.7 | 58.77 | - |
| YUV | 213.28 | 114.86 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 190 | 0.06 | 0 | 0.14 | 0.13 | 87.1 | 0.31 | 0.81 |
| Hex | CF | DD | BE | 6 | 0 | E | D | 57 | 1F | 51 |
| Octal | 317 | 335 | 276 | 6 | 0 | 16 | 15 | 127 | 37 | 121 |
| Binary | 11001111 | 11011101 | 10111110 | 110 | 0 | 1110 | 1101 | 1010111 | 11111 | 1010001 |
Color Harmonies of #CFDDBE
Complementary color
Monochromatic Colors of #CFDDBE
Black with #CFDDBE
Text Example
Text Example
White with #CFDDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDDBE; }
p { color: rgb(207,221,190); }
H1.HeaderClassName
{
color: #CFDDBE;
}
.AnyTagClassName
{
color: #CFDDBE;
}
</style>
background-color css
<style>
a { background-color: #CFDDBE; }
a { background-color: rgb(207,221,190); }
div.DivClassName
{
background-color: #CFDDBE;
}
.BgClassName
{
background-color: #CFDDBE;
}
</style>
border-color css
<style>
span { border-color: #CFDDBE; }
span { border-color: rgb(207,221,190); }
td.TdClassName
{
border-color: #CFDDBE;
}
.TagClassName
{
border-color: #CFDDBE;
}
</style>