Shades of Ottoman #CDDFBC
Tints of Ottoman #CDDFBC
RGB
CMYK
RGB Variations
Color information
#CDDFBC (or 0xCDDFBC) is known color: Ottoman. HEX triplet: CD, DF and BC. RGB value is (205,223,188). Sum of RGB (Red+Green+Blue) = 205+223+188=616 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.28% from 616); Green value is 223 (87.5% from 255 or 36.20% from 616); Blue value is 188 (73.83% from 255 or 30.52% from 616); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDFBC is #322043. Grayscale: #D5D5D5. Windows color (decimal): -3285060 or 12378061. OLE color: 12378061.
HSL color Cylindrical-coordinate representation of color #CDDFBC: hue angle of 90.86º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDDFBC is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 223 | 188 | - |
| CMYK | 0.08 | 0 | 0.16 | 0.13 |
| HSL | 90.86º | 0.35% | 0.81% | - |
| HSV(B) | 90.86º | 0.16% | 0.87% | - |
| XYZ | 60.64 | 69.39 | 57.77 | - |
| YUV | 213.63 | 113.54 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 223 | 188 | 0.08 | 0 | 0.16 | 0.13 | 90.86 | 0.35 | 0.81 |
| Hex | CD | DF | BC | 8 | 0 | 10 | D | 5B | 23 | 51 |
| Octal | 315 | 337 | 274 | 10 | 0 | 20 | 15 | 133 | 43 | 121 |
| Binary | 11001101 | 11011111 | 10111100 | 1000 | 0 | 10000 | 1101 | 1011011 | 100011 | 1010001 |
Color Harmonies of #CDDFBC
Complementary color
Monochromatic Colors of #CDDFBC
Black with #CDDFBC
Text Example
Text Example
White with #CDDFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDFBC; }
p { color: rgb(205,223,188); }
H1.HeaderClassName
{
color: #CDDFBC;
}
.AnyTagClassName
{
color: #CDDFBC;
}
</style>
background-color css
<style>
a { background-color: #CDDFBC; }
a { background-color: rgb(205,223,188); }
div.DivClassName
{
background-color: #CDDFBC;
}
.BgClassName
{
background-color: #CDDFBC;
}
</style>
border-color css
<style>
span { border-color: #CDDFBC; }
span { border-color: rgb(205,223,188); }
td.TdClassName
{
border-color: #CDDFBC;
}
.TagClassName
{
border-color: #CDDFBC;
}
</style>