Shades of Ottoman #CDD8C7
Tints of Ottoman #CDD8C7
RGB
CMYK
RGB Variations
Color information
#CDD8C7 (or 0xCDD8C7) is known color: Ottoman. HEX triplet: CD, D8 and C7. RGB value is (205,216,199). Sum of RGB (Red+Green+Blue) = 205+216+199=620 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.06% from 620); Green value is 216 (84.77% from 255 or 34.84% from 620); Blue value is 199 (78.12% from 255 or 32.10% from 620); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD8C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD8C7 is #322738. Grayscale: #D2D2D2. Windows color (decimal): -3286841 or 13097165. OLE color: 13097165.
HSL color Cylindrical-coordinate representation of color #CDD8C7: hue angle of 98.82º degrees, saturation: 0.18, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CDD8C7 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
RGB | 205 | 216 | 199 | - |
CMYK | 0.05 | 0 | 0.08 | 0.15 |
HSL | 98.82º | 0.18% | 0.81% | - |
HSV(B) | 98.82º | 0.08% | 0.85% | - |
XYZ | 60.04 | 66.21 | 63.65 | - |
YUV | 210.77 | 121.36 | 123.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 216 | 199 | 0.05 | 0 | 0.08 | 0.15 | 98.82 | 0.18 | 0.81 |
Hex | CD | D8 | C7 | 5 | 0 | 8 | F | 63 | 12 | 51 |
Octal | 315 | 330 | 307 | 5 | 0 | 10 | 17 | 143 | 22 | 121 |
Binary | 11001101 | 11011000 | 11000111 | 101 | 0 | 1000 | 1111 | 1100011 | 10010 | 1010001 |
Color Harmonies of #CDD8C7
Complementary color
Monochromatic Colors of #CDD8C7
Black with #CDD8C7
Text Example
Text Example
White with #CDD8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD8C7; }
p { color: rgb(205,216,199); }
H1.HeaderClassName
{
color: #CDD8C7;
}
.AnyTagClassName
{
color: #CDD8C7;
}
</style>
background-color css
<style>
a { background-color: #CDD8C7; }
a { background-color: rgb(205,216,199); }
div.DivClassName
{
background-color: #CDD8C7;
}
.BgClassName
{
background-color: #CDD8C7;
}
</style>
border-color css
<style>
span { border-color: #CDD8C7; }
span { border-color: rgb(205,216,199); }
td.TdClassName
{
border-color: #CDD8C7;
}
.TagClassName
{
border-color: #CDD8C7;
}
</style>