Shades of Ottoman #CFDDBD
Tints of Ottoman #CFDDBD
RGB
CMYK
RGB Variations
Color information
#CFDDBD (or 0xCFDDBD) is known color: Ottoman. HEX triplet: CF, DD and BD. RGB value is (207,221,189). Sum of RGB (Red+Green+Blue) = 207+221+189=617 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.55% from 617); Green value is 221 (86.72% from 255 or 35.82% from 617); Blue value is 189 (74.22% from 255 or 30.63% from 617); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDDBD is #302242. Grayscale: #D5D5D5. Windows color (decimal): -3154499 or 12443087. OLE color: 12443087.
HSL color Cylindrical-coordinate representation of color #CFDDBD: hue angle of 86.25º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFDDBD is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
RGB | 207 | 221 | 189 | - |
CMYK | 0.06 | 0 | 0.14 | 0.13 |
HSL | 86.25º | 0.32% | 0.8% | - |
HSV(B) | 86.25º | 0.14% | 0.87% | - |
XYZ | 60.77 | 68.65 | 58.19 | - |
YUV | 213.17 | 114.36 | 123.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 221 | 189 | 0.06 | 0 | 0.14 | 0.13 | 86.25 | 0.32 | 0.8 |
Hex | CF | DD | BD | 6 | 0 | E | D | 56 | 20 | 50 |
Octal | 317 | 335 | 275 | 6 | 0 | 16 | 15 | 126 | 40 | 120 |
Binary | 11001111 | 11011101 | 10111101 | 110 | 0 | 1110 | 1101 | 1010110 | 100000 | 1010000 |
Color Harmonies of #CFDDBD
Complementary color
Monochromatic Colors of #CFDDBD
Black with #CFDDBD
Text Example
Text Example
White with #CFDDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDDBD; }
p { color: rgb(207,221,189); }
H1.HeaderClassName
{
color: #CFDDBD;
}
.AnyTagClassName
{
color: #CFDDBD;
}
</style>
background-color css
<style>
a { background-color: #CFDDBD; }
a { background-color: rgb(207,221,189); }
div.DivClassName
{
background-color: #CFDDBD;
}
.BgClassName
{
background-color: #CFDDBD;
}
</style>
border-color css
<style>
span { border-color: #CFDDBD; }
span { border-color: rgb(207,221,189); }
td.TdClassName
{
border-color: #CFDDBD;
}
.TagClassName
{
border-color: #CFDDBD;
}
</style>