Shades of Ottoman #CDDBC1
Tints of Ottoman #CDDBC1
RGB
CMYK
RGB Variations
Color information
#CDDBC1 (or 0xCDDBC1) is known color: Ottoman. HEX triplet: CD, DB and C1. RGB value is (205,219,193). Sum of RGB (Red+Green+Blue) = 205+219+193=617 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.23% from 617); Green value is 219 (85.94% from 255 or 35.49% from 617); Blue value is 193 (75.78% from 255 or 31.28% from 617); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDBC1 is #32243E. Grayscale: #D3D3D3. Windows color (decimal): -3286079 or 12704717. OLE color: 12704717.
HSL color Cylindrical-coordinate representation of color #CDDBC1: hue angle of 92.31º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDDBC1 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 219 | 193 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.14 |
| HSL | 92.31º | 0.27% | 0.81% | - |
| HSV(B) | 92.31º | 0.12% | 0.86% | - |
| XYZ | 60.13 | 67.49 | 60.31 | - |
| YUV | 211.85 | 117.36 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 219 | 193 | 0.06 | 0 | 0.12 | 0.14 | 92.31 | 0.27 | 0.81 |
| Hex | CD | DB | C1 | 6 | 0 | C | E | 5C | 1B | 51 |
| Octal | 315 | 333 | 301 | 6 | 0 | 14 | 16 | 134 | 33 | 121 |
| Binary | 11001101 | 11011011 | 11000001 | 110 | 0 | 1100 | 1110 | 1011100 | 11011 | 1010001 |
Color Harmonies of #CDDBC1
Complementary color
Monochromatic Colors of #CDDBC1
Black with #CDDBC1
Text Example
Text Example
White with #CDDBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDBC1; }
p { color: rgb(205,219,193); }
H1.HeaderClassName
{
color: #CDDBC1;
}
.AnyTagClassName
{
color: #CDDBC1;
}
</style>
background-color css
<style>
a { background-color: #CDDBC1; }
a { background-color: rgb(205,219,193); }
div.DivClassName
{
background-color: #CDDBC1;
}
.BgClassName
{
background-color: #CDDBC1;
}
</style>
border-color css
<style>
span { border-color: #CDDBC1; }
span { border-color: rgb(205,219,193); }
td.TdClassName
{
border-color: #CDDBC1;
}
.TagClassName
{
border-color: #CDDBC1;
}
</style>