Shades of Ottoman #CDDAC5
Tints of Ottoman #CDDAC5
RGB
CMYK
RGB Variations
Color information
#CDDAC5 (or 0xCDDAC5) is known color: Ottoman. HEX triplet: CD, DA and C5. RGB value is (205,218,197). Sum of RGB (Red+Green+Blue) = 205+218+197=620 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.06% from 620); Green value is 218 (85.55% from 255 or 35.16% from 620); Blue value is 197 (77.34% from 255 or 31.77% from 620); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDAC5 is #32253A. Grayscale: #D3D3D3. Windows color (decimal): -3286331 or 12966605. OLE color: 12966605.
HSL color Cylindrical-coordinate representation of color #CDDAC5: hue angle of 97.14º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDDAC5 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 218 | 197 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.15 |
| HSL | 97.14º | 0.22% | 0.81% | - |
| HSV(B) | 97.14º | 0.1% | 0.85% | - |
| XYZ | 60.33 | 67.15 | 62.61 | - |
| YUV | 211.72 | 119.69 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 218 | 197 | 0.06 | 0 | 0.10 | 0.15 | 97.14 | 0.22 | 0.81 |
| Hex | CD | DA | C5 | 6 | 0 | A | F | 61 | 16 | 51 |
| Octal | 315 | 332 | 305 | 6 | 0 | 12 | 17 | 141 | 26 | 121 |
| Binary | 11001101 | 11011010 | 11000101 | 110 | 0 | 1010 | 1111 | 1100001 | 10110 | 1010001 |
Color Harmonies of #CDDAC5
Complementary color
Monochromatic Colors of #CDDAC5
Black with #CDDAC5
Text Example
Text Example
White with #CDDAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDAC5; }
p { color: rgb(205,218,197); }
H1.HeaderClassName
{
color: #CDDAC5;
}
.AnyTagClassName
{
color: #CDDAC5;
}
</style>
background-color css
<style>
a { background-color: #CDDAC5; }
a { background-color: rgb(205,218,197); }
div.DivClassName
{
background-color: #CDDAC5;
}
.BgClassName
{
background-color: #CDDAC5;
}
</style>
border-color css
<style>
span { border-color: #CDDAC5; }
span { border-color: rgb(205,218,197); }
td.TdClassName
{
border-color: #CDDAC5;
}
.TagClassName
{
border-color: #CDDAC5;
}
</style>