Shades of Ottoman #CDDBC3
Tints of Ottoman #CDDBC3
RGB
CMYK
RGB Variations
Color information
#CDDBC3 (or 0xCDDBC3) is known color: Ottoman. HEX triplet: CD, DB and C3. RGB value is (205,219,195). Sum of RGB (Red+Green+Blue) = 205+219+195=619 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.12% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 195 (76.56% from 255 or 31.50% from 619); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDBC3 is #32243C. Grayscale: #D4D4D4. Windows color (decimal): -3286077 or 12835789. OLE color: 12835789.
HSL color Cylindrical-coordinate representation of color #CDDBC3: hue angle of 95º degrees, saturation: 0.25, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CDDBC3 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 219 | 195 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.14 |
| HSL | 95º | 0.25% | 0.81% | - |
| HSV(B) | 95º | 0.11% | 0.86% | - |
| XYZ | 60.36 | 67.58 | 61.49 | - |
| YUV | 212.08 | 118.36 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 219 | 195 | 0.06 | 0 | 0.11 | 0.14 | 95 | 0.25 | 0.81 |
| Hex | CD | DB | C3 | 6 | 0 | B | E | 5F | 19 | 51 |
| Octal | 315 | 333 | 303 | 6 | 0 | 13 | 16 | 137 | 31 | 121 |
| Binary | 11001101 | 11011011 | 11000011 | 110 | 0 | 1011 | 1110 | 1011111 | 11001 | 1010001 |
Color Harmonies of #CDDBC3
Complementary color
Monochromatic Colors of #CDDBC3
Black with #CDDBC3
Text Example
Text Example
White with #CDDBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDBC3; }
p { color: rgb(205,219,195); }
H1.HeaderClassName
{
color: #CDDBC3;
}
.AnyTagClassName
{
color: #CDDBC3;
}
</style>
background-color css
<style>
a { background-color: #CDDBC3; }
a { background-color: rgb(205,219,195); }
div.DivClassName
{
background-color: #CDDBC3;
}
.BgClassName
{
background-color: #CDDBC3;
}
</style>
border-color css
<style>
span { border-color: #CDDBC3; }
span { border-color: rgb(205,219,195); }
td.TdClassName
{
border-color: #CDDBC3;
}
.TagClassName
{
border-color: #CDDBC3;
}
</style>