#DDD8BF

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

Shades of Coconut Cream #DDD8BF

Tints of Coconut Cream #DDD8BF

Color information

#DDD8BF (or 0xDDD8BF) is unknown color: approx Coconut Cream. HEX triplet: DD, D8 and BF. RGB value is (221,216,191). Sum of RGB (Red+Green+Blue) = 221+216+191=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 216 (84.77% from 255 or 34.39% from 628); Blue value is 191 (75% from 255 or 30.41% from 628); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD8BF is #222740. Grayscale: #D6D6D6. Windows color (decimal): -2238273 or 12572893. OLE color: 12572893.

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

Color convert

RGB221216191-
CMYK00.020.140.13
HSL50º30.61%80.78%-
HSV(B)50º13.57%86.67%-
XYZ63.7868.2559.1-
YUV214.64114.66132.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.19%
GREEN value IS 216 (84.77% from 255) = 34.39%
BLUE value IS 191 (75% from 255) = 30.41%
R=35.19%
G=34.39%
B=30.41%

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
Decimal22121619100.020.140.135030.6180.78
HexDDD8BF02ED321f51
Octal3353302770216156237121
Binary11011101110110001011111101011101101110010111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD8BF; }

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

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

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

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

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

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

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

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