Shades of Ottoman #CDDEC2
Tints of Ottoman #CDDEC2
RGB
CMYK
RGB Variations
Color information
#CDDEC2 (or 0xCDDEC2) is known color: Ottoman. HEX triplet: CD, DE and C2. RGB value is (205,222,194). Sum of RGB (Red+Green+Blue) = 205+222+194=621 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.01% from 621); Green value is 222 (87.11% from 255 or 35.75% from 621); Blue value is 194 (76.17% from 255 or 31.24% from 621); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDEC2 is #32213D. Grayscale: #D5D5D5. Windows color (decimal): -3285310 or 12771021. OLE color: 12771021.
HSL color Cylindrical-coordinate representation of color #CDDEC2: hue angle of 96.43º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDDEC2 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 222 | 194 | - |
| CMYK | 0.08 | 0 | 0.13 | 0.13 |
| HSL | 96.43º | 0.3% | 0.82% | - |
| HSV(B) | 96.43º | 0.13% | 0.87% | - |
| XYZ | 61.04 | 69.12 | 61.16 | - |
| YUV | 213.73 | 116.87 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 222 | 194 | 0.08 | 0 | 0.13 | 0.13 | 96.43 | 0.3 | 0.82 |
| Hex | CD | DE | C2 | 8 | 0 | D | D | 60 | 1E | 52 |
| Octal | 315 | 336 | 302 | 10 | 0 | 15 | 15 | 140 | 36 | 122 |
| Binary | 11001101 | 11011110 | 11000010 | 1000 | 0 | 1101 | 1101 | 1100000 | 11110 | 1010010 |
Color Harmonies of #CDDEC2
Complementary color
Monochromatic Colors of #CDDEC2
Black with #CDDEC2
Text Example
Text Example
White with #CDDEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDEC2; }
p { color: rgb(205,222,194); }
H1.HeaderClassName
{
color: #CDDEC2;
}
.AnyTagClassName
{
color: #CDDEC2;
}
</style>
background-color css
<style>
a { background-color: #CDDEC2; }
a { background-color: rgb(205,222,194); }
div.DivClassName
{
background-color: #CDDEC2;
}
.BgClassName
{
background-color: #CDDEC2;
}
</style>
border-color css
<style>
span { border-color: #CDDEC2; }
span { border-color: rgb(205,222,194); }
td.TdClassName
{
border-color: #CDDEC2;
}
.TagClassName
{
border-color: #CDDEC2;
}
</style>