#DED7B5

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

Shades of Coconut Cream #DED7B5

Tints of Coconut Cream #DED7B5

Color information

#DED7B5 (or 0xDED7B5) is unknown color: approx Coconut Cream. HEX triplet: DE, D7 and B5. RGB value is (222,215,181). Sum of RGB (Red+Green+Blue) = 222+215+181=618 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.92% from 618); Green value is 215 (84.38% from 255 or 34.79% from 618); Blue value is 181 (71.09% from 255 or 29.29% from 618); Max value from RGB is 222 - color contains mainly: red. Hex color #DED7B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED7B5 is #21284A. Grayscale: #D5D5D5. Windows color (decimal): -2173003 or 11917278. OLE color: 11917278.

HSL color Cylindrical-coordinate representation of color #DED7B5: hue angle of 49.76º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DED7B5 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB222215181-
CMYK00.030.180.13
HSL49.76º38.32%79.02%-
HSV(B)49.76º18.47%87.06%-
XYZ62.7767.4753.43-
YUV213.22109.82134.26-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.92%
GREEN value IS 215 (84.38% from 255) = 34.79%
BLUE value IS 181 (71.09% from 255) = 29.29%
R=35.92%
G=34.79%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221518100.030.180.1349.7638.3279.02
HexDED7B50312D32264f
Octal3363272650322156246117
Binary1101111011010111101101010111001011011100101001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED7B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED7B5; }

 p { color: rgb(222,215,181); }

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

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

 a { background-color: rgb(222,215,181); }

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

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

 span { border-color: rgb(222,215,181); }

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