Shades of Ottoman #CDDAC1
Tints of Ottoman #CDDAC1
RGB
CMYK
RGB Variations
Color information
#CDDAC1 (or 0xCDDAC1) is known color: Ottoman. HEX triplet: CD, DA and C1. RGB value is (205,218,193). Sum of RGB (Red+Green+Blue) = 205+218+193=616 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.28% from 616); Green value is 218 (85.55% from 255 or 35.39% from 616); Blue value is 193 (75.78% from 255 or 31.33% from 616); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDAC1 is #32253E. Grayscale: #D3D3D3. Windows color (decimal): -3286335 or 12704461. OLE color: 12704461.
HSL color Cylindrical-coordinate representation of color #CDDAC1: hue angle of 91.2º degrees, saturation: 0.25, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CDDAC1 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 218 | 193 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.15 |
| HSL | 91.2º | 0.25% | 0.81% | - |
| HSV(B) | 91.2º | 0.11% | 0.85% | - |
| XYZ | 59.87 | 66.97 | 60.22 | - |
| YUV | 211.26 | 117.69 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 218 | 193 | 0.06 | 0 | 0.11 | 0.15 | 91.2 | 0.25 | 0.81 |
| Hex | CD | DA | C1 | 6 | 0 | B | F | 5B | 19 | 51 |
| Octal | 315 | 332 | 301 | 6 | 0 | 13 | 17 | 133 | 31 | 121 |
| Binary | 11001101 | 11011010 | 11000001 | 110 | 0 | 1011 | 1111 | 1011011 | 11001 | 1010001 |
Color Harmonies of #CDDAC1
Complementary color
Monochromatic Colors of #CDDAC1
Black with #CDDAC1
Text Example
Text Example
White with #CDDAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDAC1; }
p { color: rgb(205,218,193); }
H1.HeaderClassName
{
color: #CDDAC1;
}
.AnyTagClassName
{
color: #CDDAC1;
}
</style>
background-color css
<style>
a { background-color: #CDDAC1; }
a { background-color: rgb(205,218,193); }
div.DivClassName
{
background-color: #CDDAC1;
}
.BgClassName
{
background-color: #CDDAC1;
}
</style>
border-color css
<style>
span { border-color: #CDDAC1; }
span { border-color: rgb(205,218,193); }
td.TdClassName
{
border-color: #CDDAC1;
}
.TagClassName
{
border-color: #CDDAC1;
}
</style>