#DED9BF

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

Shades of Coconut Cream #DED9BF

Tints of Coconut Cream #DED9BF

Color information

#DED9BF (or 0xDED9BF) is unknown color: approx Coconut Cream. HEX triplet: DE, D9 and BF. RGB value is (222,217,191). Sum of RGB (Red+Green+Blue) = 222+217+191=630 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.24% from 630); Green value is 217 (85.16% from 255 or 34.44% from 630); Blue value is 191 (75% from 255 or 30.32% from 630); Max value from RGB is 222 - color contains mainly: red. Hex color #DED9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED9BF is #212640. Grayscale: #D7D7D7. Windows color (decimal): -2172481 or 12573150. OLE color: 12573150.

HSL color Cylindrical-coordinate representation of color #DED9BF: hue angle of 50.32º degrees, saturation: 0.32, 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 #DED9BF is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB222217191-
CMYK00.020.140.13
HSL50.32º31.96%80.98%-
HSV(B)50.32º13.96%87.06%-
XYZ64.3468.9259.2-
YUV215.53114.16132.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.24%
GREEN value IS 217 (85.16% from 255) = 34.44%
BLUE value IS 191 (75% from 255) = 30.32%
R=35.24%
G=34.44%
B=30.32%

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
Decimal22221719100.020.140.1350.3231.9680.98
HexDED9BF02ED322051
Octal3363312770216156240121
Binary110111101101100110111111010111011011100101000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED9BF; }

 p { color: rgb(222,217,191); }

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

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

 a { background-color: rgb(222,217,191); }

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

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

 span { border-color: rgb(222,217,191); }

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