Shades of Ottoman #CDD9C5
Tints of Ottoman #CDD9C5
RGB
CMYK
RGB Variations
Color information
#CDD9C5 (or 0xCDD9C5) is known color: Ottoman. HEX triplet: CD, D9 and C5. RGB value is (205,217,197). Sum of RGB (Red+Green+Blue) = 205+217+197=619 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.12% from 619); Green value is 217 (85.16% from 255 or 35.06% from 619); Blue value is 197 (77.34% from 255 or 31.83% from 619); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD9C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD9C5 is #32263A. Grayscale: #D3D3D3. Windows color (decimal): -3286587 or 12966349. OLE color: 12966349.
HSL color Cylindrical-coordinate representation of color #CDD9C5: hue angle of 96º degrees, saturation: 0.21, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDD9C5 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
RGB | 205 | 217 | 197 | - |
CMYK | 0.06 | 0 | 0.09 | 0.15 |
HSL | 96º | 0.21% | 0.81% | - |
HSV(B) | 96º | 0.09% | 0.85% | - |
XYZ | 60.07 | 66.64 | 62.52 | - |
YUV | 211.13 | 120.02 | 123.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 217 | 197 | 0.06 | 0 | 0.09 | 0.15 | 96 | 0.21 | 0.81 |
Hex | CD | D9 | C5 | 6 | 0 | 9 | F | 60 | 15 | 51 |
Octal | 315 | 331 | 305 | 6 | 0 | 11 | 17 | 140 | 25 | 121 |
Binary | 11001101 | 11011001 | 11000101 | 110 | 0 | 1001 | 1111 | 1100000 | 10101 | 1010001 |
Color Harmonies of #CDD9C5
Complementary color
Monochromatic Colors of #CDD9C5
Black with #CDD9C5
Text Example
Text Example
White with #CDD9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD9C5; }
p { color: rgb(205,217,197); }
H1.HeaderClassName
{
color: #CDD9C5;
}
.AnyTagClassName
{
color: #CDD9C5;
}
</style>
background-color css
<style>
a { background-color: #CDD9C5; }
a { background-color: rgb(205,217,197); }
div.DivClassName
{
background-color: #CDD9C5;
}
.BgClassName
{
background-color: #CDD9C5;
}
</style>
border-color css
<style>
span { border-color: #CDD9C5; }
span { border-color: rgb(205,217,197); }
td.TdClassName
{
border-color: #CDD9C5;
}
.TagClassName
{
border-color: #CDD9C5;
}
</style>