#DEECB0

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

Shades of Tusk #DEECB0

Tints of Tusk #DEECB0

Color information

#DEECB0 (or 0xDEECB0) is unknown color: approx Tusk. HEX triplet: DE, EC and B0. RGB value is (222,236,176). Sum of RGB (Red+Green+Blue) = 222+236+176=634 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.02% from 634); Green value is 236 (92.58% from 255 or 37.22% from 634); Blue value is 176 (69.14% from 255 or 27.76% from 634); Max value from RGB is 236 - color contains mainly: green. Hex color #DEECB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEECB0 is #21134F. Grayscale: #E1E1E1. Windows color (decimal): -2167632 or 11594974. OLE color: 11594974.

HSL color Cylindrical-coordinate representation of color #DEECB0: hue angle of 74º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEECB0 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB222236176-
CMYK0.0600.250.07
HSL74º61.22%80.78%-
HSV(B)74º25.42%92.55%-
XYZ67.9678.6652.67-
YUV224.97100.36125.88-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.02%
GREEN value IS 236 (92.58% from 255) = 37.22%
BLUE value IS 176 (69.14% from 255) = 27.76%
R=35.02%
G=37.22%
B=27.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222361760.0600.250.077461.2280.78
HexDEECB0601974a3d51
Octal3363542606031711275121
Binary11011110111011001011000011001100111110010101111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEECB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEECB0; }

 p { color: rgb(222,236,176); }

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

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

 a { background-color: rgb(222,236,176); }

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

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

 span { border-color: rgb(222,236,176); }

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