#DDD8BD

Color #DDD8BD Coconut Cream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coconut Cream #DDD8BD

Tints of Coconut Cream #DDD8BD

Color information

#DDD8BD (or 0xDDD8BD) is unknown color: approx Coconut Cream. HEX triplet: DD, D8 and BD. RGB value is (221,216,189). Sum of RGB (Red+Green+Blue) = 221+216+189=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 216 (84.77% from 255 or 34.50% from 626); Blue value is 189 (74.22% from 255 or 30.19% from 626); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD8BD is #222742. Grayscale: #D6D6D6. Windows color (decimal): -2238275 or 12441821. OLE color: 12441821.

HSL color Cylindrical-coordinate representation of color #DDD8BD: hue angle of 50.62º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDD8BD is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB221216189-
CMYK00.020.140.13
HSL50.62º32%80.39%-
HSV(B)50.62º14.48%86.67%-
XYZ63.5668.1657.95-
YUV214.42113.66132.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 35.30%
GREEN value IS 216 (84.77% from 255) = 34.50%
BLUE value IS 189 (74.22% from 255) = 30.19%
R=35.30%
G=34.50%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121618900.020.140.1350.623280.39
HexDDD8BD02ED332050
Octal3353302750216156340120
Binary110111011101100010111101010111011011100111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD8BD; }

 p { color: rgb(221,216,189); }

 H1.HeaderClassName
 {
   color: #DDD8BD;
 }
 .AnyTagClassName
 {
   color: #DDD8BD;
 }
</style>
background-color css

<style>
 a { background-color: #DDD8BD; }

 a { background-color: rgb(221,216,189); }

 div.DivClassName
 {
   background-color: #DDD8BD;
 }
 .BgClassName
 {
   background-color: #DDD8BD;
 }
</style>
border-color css

<style>
 span { border-color: #DDD8BD; }

 span { border-color: rgb(221,216,189); }

 td.TdClassName
 {
   border-color: #DDD8BD;
 }
 .TagClassName
 {
   border-color: #DDD8BD;
 }
</style>