#DEDABB

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

Shades of Coconut Cream #DEDABB

Tints of Coconut Cream #DEDABB

Color information

#DEDABB (or 0xDEDABB) is unknown color: approx Coconut Cream. HEX triplet: DE, DA and BB. RGB value is (222,218,187). Sum of RGB (Red+Green+Blue) = 222+218+187=627 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.41% from 627); Green value is 218 (85.55% from 255 or 34.77% from 627); Blue value is 187 (73.44% from 255 or 29.82% from 627); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDABB is #212544. Grayscale: #D7D7D7. Windows color (decimal): -2172229 or 12311262. OLE color: 12311262.

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

Color convert

RGB222218187-
CMYK00.020.160.13
HSL53.14º34.65%80.2%-
HSV(B)53.14º15.77%87.06%-
XYZ64.1769.2657-
YUV215.66111.83132.52-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.41%
GREEN value IS 218 (85.55% from 255) = 34.77%
BLUE value IS 187 (73.44% from 255) = 29.82%
R=35.41%
G=34.77%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221818700.020.160.1353.1434.6580.2
HexDEDABB0210D352350
Octal3363322730220156543120
Binary1101111011011010101110110101000011011101011000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDABB; }

 p { color: rgb(222,218,187); }

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

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

 a { background-color: rgb(222,218,187); }

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

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

 span { border-color: rgb(222,218,187); }

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