Shades of Coconut Cream #DDD5B2
Tints of Coconut Cream #DDD5B2
RGB
CMYK
RGB Variations
Color information
#DDD5B2 (or 0xDDD5B2) is known color: Coconut Cream. HEX triplet: DD, D5 and B2. RGB value is (221,213,178). Sum of RGB (Red+Green+Blue) = 221+213+178=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 213 (83.59% from 255 or 34.80% from 612); Blue value is 178 (69.92% from 255 or 29.08% from 612); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD5B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD5B2 is #222A4D. Grayscale: #D3D3D3. Windows color (decimal): -2239054 or 11720157. OLE color: 11720157.
HSL color Cylindrical-coordinate representation of color #DDD5B2: hue angle of 48.84º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDD5B2 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 213 | 178 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.13 |
| HSL | 48.84º | 0.39% | 0.78% | - |
| HSV(B) | 48.84º | 0.19% | 0.87% | - |
| XYZ | 61.65 | 66.18 | 51.64 | - |
| YUV | 211.4 | 109.15 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 178 | 0 | 0.04 | 0.19 | 0.13 | 48.84 | 0.39 | 0.78 |
| Hex | DD | D5 | B2 | 0 | 4 | 13 | D | 31 | 27 | 4E |
| Octal | 335 | 325 | 262 | 0 | 4 | 23 | 15 | 61 | 47 | 116 |
| Binary | 11011101 | 11010101 | 10110010 | 0 | 100 | 10011 | 1101 | 110001 | 100111 | 1001110 |
Color Harmonies of #DDD5B2
Complementary color
Monochromatic Colors of #DDD5B2
Black with #DDD5B2
Text Example
Text Example
White with #DDD5B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD5B2; }
p { color: rgb(221,213,178); }
H1.HeaderClassName
{
color: #DDD5B2;
}
.AnyTagClassName
{
color: #DDD5B2;
}
</style>
background-color css
<style>
a { background-color: #DDD5B2; }
a { background-color: rgb(221,213,178); }
div.DivClassName
{
background-color: #DDD5B2;
}
.BgClassName
{
background-color: #DDD5B2;
}
</style>
border-color css
<style>
span { border-color: #DDD5B2; }
span { border-color: rgb(221,213,178); }
td.TdClassName
{
border-color: #DDD5B2;
}
.TagClassName
{
border-color: #DDD5B2;
}
</style>