#DEECB1

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

Shades of Tusk #DEECB1

Tints of Tusk #DEECB1

Color information

#DEECB1 (or 0xDEECB1) is unknown color: approx Tusk. HEX triplet: DE, EC and B1. RGB value is (222,236,177). Sum of RGB (Red+Green+Blue) = 222+236+177=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 236 (92.58% from 255 or 37.17% from 635); Blue value is 177 (69.53% from 255 or 27.87% from 635); Max value from RGB is 236 - color contains mainly: green. Hex color #DEECB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEECB1 is #21134E. Grayscale: #E1E1E1. Windows color (decimal): -2167631 or 11660510. OLE color: 11660510.

HSL color Cylindrical-coordinate representation of color #DEECB1: hue angle of 74.24º 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 #DEECB1 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB222236177-
CMYK0.0600.250.07
HSL74.24º60.82%80.98%-
HSV(B)74.24º25%92.55%-
XYZ68.0678.6953.2-
YUV225.09100.86125.8-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.96%
GREEN value IS 236 (92.58% from 255) = 37.17%
BLUE value IS 177 (69.53% from 255) = 27.87%
R=34.96%
G=37.17%
B=27.87%

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
Decimal2222361770.0600.250.0774.2460.8280.98
HexDEECB1601974a3d51
Octal3363542616031711275121
Binary11011110111011001011000111001100111110010101111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEECB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEECB1; }

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

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

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

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

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

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

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

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