#DED7BA

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

Shades of Coconut Cream #DED7BA

Tints of Coconut Cream #DED7BA

Color information

#DED7BA (or 0xDED7BA) is unknown color: approx Coconut Cream. HEX triplet: DE, D7 and BA. RGB value is (222,215,186). Sum of RGB (Red+Green+Blue) = 222+215+186=623 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.63% from 623); Green value is 215 (84.38% from 255 or 34.51% from 623); Blue value is 186 (73.05% from 255 or 29.86% from 623); Max value from RGB is 222 - color contains mainly: red. Hex color #DED7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED7BA is #212845. Grayscale: #D5D5D5. Windows color (decimal): -2172998 or 12244958. OLE color: 12244958.

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

Color convert

RGB222215186-
CMYK00.030.160.13
HSL48.33º35.29%80%-
HSV(B)48.33º16.22%87.06%-
XYZ63.2967.6856.18-
YUV213.79112.32133.86-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.63%
GREEN value IS 215 (84.38% from 255) = 34.51%
BLUE value IS 186 (73.05% from 255) = 29.86%
R=35.63%
G=34.51%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221518600.030.160.1348.3335.2980
HexDED7BA0310D302350
Octal3363272720320156043120
Binary1101111011010111101110100111000011011100001000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED7BA; }

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

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

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

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

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

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

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

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