Shades of Ottoman #CDDCBF
Tints of Ottoman #CDDCBF
RGB
CMYK
RGB Variations
Color information
#CDDCBF (or 0xCDDCBF) is known color: Ottoman. HEX triplet: CD, DC and BF. RGB value is (205,220,191). Sum of RGB (Red+Green+Blue) = 205+220+191=616 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.28% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 191 (75% from 255 or 31.01% from 616); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDCBF is #322340. Grayscale: #D4D4D4. Windows color (decimal): -3285825 or 12573901. OLE color: 12573901.
HSL color Cylindrical-coordinate representation of color #CDDCBF: hue angle of 91.03º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDDCBF is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 220 | 191 | - |
| CMYK | 0.07 | 0 | 0.13 | 0.14 |
| HSL | 91.03º | 0.29% | 0.81% | - |
| HSV(B) | 91.03º | 0.13% | 0.86% | - |
| XYZ | 60.17 | 67.93 | 59.23 | - |
| YUV | 212.21 | 116.03 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 191 | 0.07 | 0 | 0.13 | 0.14 | 91.03 | 0.29 | 0.81 |
| Hex | CD | DC | BF | 7 | 0 | D | E | 5B | 1D | 51 |
| Octal | 315 | 334 | 277 | 7 | 0 | 15 | 16 | 133 | 35 | 121 |
| Binary | 11001101 | 11011100 | 10111111 | 111 | 0 | 1101 | 1110 | 1011011 | 11101 | 1010001 |
Color Harmonies of #CDDCBF
Complementary color
Monochromatic Colors of #CDDCBF
Black with #CDDCBF
Text Example
Text Example
White with #CDDCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDCBF; }
p { color: rgb(205,220,191); }
H1.HeaderClassName
{
color: #CDDCBF;
}
.AnyTagClassName
{
color: #CDDCBF;
}
</style>
background-color css
<style>
a { background-color: #CDDCBF; }
a { background-color: rgb(205,220,191); }
div.DivClassName
{
background-color: #CDDCBF;
}
.BgClassName
{
background-color: #CDDCBF;
}
</style>
border-color css
<style>
span { border-color: #CDDCBF; }
span { border-color: rgb(205,220,191); }
td.TdClassName
{
border-color: #CDDCBF;
}
.TagClassName
{
border-color: #CDDCBF;
}
</style>