Shades of Ottoman #CDDEB4
Tints of Ottoman #CDDEB4
RGB
CMYK
RGB Variations
Color information
#CDDEB4 (or 0xCDDEB4) is known color: Ottoman. HEX triplet: CD, DE and B4. RGB value is (205,222,180). Sum of RGB (Red+Green+Blue) = 205+222+180=607 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.77% from 607); Green value is 222 (87.11% from 255 or 36.57% from 607); Blue value is 180 (70.70% from 255 or 29.65% from 607); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDEB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDEB4 is #32214B. Grayscale: #D4D4D4. Windows color (decimal): -3285324 or 11853517. OLE color: 11853517.
HSL color Cylindrical-coordinate representation of color #CDDEB4: hue angle of 84.29º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDDEB4 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 222 | 180 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.13 |
| HSL | 84.29º | 0.39% | 0.79% | - |
| HSV(B) | 84.29º | 0.19% | 0.87% | - |
| XYZ | 59.54 | 68.52 | 53.27 | - |
| YUV | 212.13 | 109.87 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 222 | 180 | 0.08 | 0 | 0.19 | 0.13 | 84.29 | 0.39 | 0.79 |
| Hex | CD | DE | B4 | 8 | 0 | 13 | D | 54 | 27 | 4F |
| Octal | 315 | 336 | 264 | 10 | 0 | 23 | 15 | 124 | 47 | 117 |
| Binary | 11001101 | 11011110 | 10110100 | 1000 | 0 | 10011 | 1101 | 1010100 | 100111 | 1001111 |
Color Harmonies of #CDDEB4
Complementary color
Monochromatic Colors of #CDDEB4
Black with #CDDEB4
Text Example
Text Example
White with #CDDEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDEB4; }
p { color: rgb(205,222,180); }
H1.HeaderClassName
{
color: #CDDEB4;
}
.AnyTagClassName
{
color: #CDDEB4;
}
</style>
background-color css
<style>
a { background-color: #CDDEB4; }
a { background-color: rgb(205,222,180); }
div.DivClassName
{
background-color: #CDDEB4;
}
.BgClassName
{
background-color: #CDDEB4;
}
</style>
border-color css
<style>
span { border-color: #CDDEB4; }
span { border-color: rgb(205,222,180); }
td.TdClassName
{
border-color: #CDDEB4;
}
.TagClassName
{
border-color: #CDDEB4;
}
</style>