#DED9BD

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

Shades of Coconut Cream #DED9BD

Tints of Coconut Cream #DED9BD

Color information

#DED9BD (or 0xDED9BD) is unknown color: approx Coconut Cream. HEX triplet: DE, D9 and BD. RGB value is (222,217,189). Sum of RGB (Red+Green+Blue) = 222+217+189=628 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.35% from 628); Green value is 217 (85.16% from 255 or 34.55% from 628); Blue value is 189 (74.22% from 255 or 30.10% from 628); Max value from RGB is 222 - color contains mainly: red. Hex color #DED9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED9BD is #212642. Grayscale: #D7D7D7. Windows color (decimal): -2172483 or 12442078. OLE color: 12442078.

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

Color convert

RGB222217189-
CMYK00.020.150.13
HSL50.91º33.33%80.59%-
HSV(B)50.91º14.86%87.06%-
XYZ64.1268.8358.05-
YUV215.3113.16132.78-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.35%
GREEN value IS 217 (85.16% from 255) = 34.55%
BLUE value IS 189 (74.22% from 255) = 30.10%
R=35.35%
G=34.55%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221718900.020.150.1350.9133.3380.59
HexDED9BD02FD332151
Octal3363312750217156341121
Binary110111101101100110111101010111111011100111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED9BD; }

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

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

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

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

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

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

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

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