Shades of Ottoman #CDDCB8
Tints of Ottoman #CDDCB8
RGB
CMYK
RGB Variations
Color information
#CDDCB8 (or 0xCDDCB8) is known color: Ottoman. HEX triplet: CD, DC and B8. RGB value is (205,220,184). Sum of RGB (Red+Green+Blue) = 205+220+184=609 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.66% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 184 (72.27% from 255 or 30.21% from 609); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDCB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDCB8 is #322347. Grayscale: #D3D3D3. Windows color (decimal): -3285832 or 12115149. OLE color: 12115149.
HSL color Cylindrical-coordinate representation of color #CDDCB8: hue angle of 85º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDDCB8 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 220 | 184 | - |
| CMYK | 0.07 | 0 | 0.16 | 0.14 |
| HSL | 85º | 0.34% | 0.79% | - |
| HSV(B) | 85º | 0.16% | 0.86% | - |
| XYZ | 59.42 | 67.63 | 55.27 | - |
| YUV | 211.41 | 112.53 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 184 | 0.07 | 0 | 0.16 | 0.14 | 85 | 0.34 | 0.79 |
| Hex | CD | DC | B8 | 7 | 0 | 10 | E | 55 | 22 | 4F |
| Octal | 315 | 334 | 270 | 7 | 0 | 20 | 16 | 125 | 42 | 117 |
| Binary | 11001101 | 11011100 | 10111000 | 111 | 0 | 10000 | 1110 | 1010101 | 100010 | 1001111 |
Color Harmonies of #CDDCB8
Complementary color
Monochromatic Colors of #CDDCB8
Black with #CDDCB8
Text Example
Text Example
White with #CDDCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDCB8; }
p { color: rgb(205,220,184); }
H1.HeaderClassName
{
color: #CDDCB8;
}
.AnyTagClassName
{
color: #CDDCB8;
}
</style>
background-color css
<style>
a { background-color: #CDDCB8; }
a { background-color: rgb(205,220,184); }
div.DivClassName
{
background-color: #CDDCB8;
}
.BgClassName
{
background-color: #CDDCB8;
}
</style>
border-color css
<style>
span { border-color: #CDDCB8; }
span { border-color: rgb(205,220,184); }
td.TdClassName
{
border-color: #CDDCB8;
}
.TagClassName
{
border-color: #CDDCB8;
}
</style>