#DEEFB5

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

Shades of Tusk #DEEFB5

Tints of Tusk #DEEFB5

Color information

#DEEFB5 (or 0xDEEFB5) is unknown color: approx Tusk. HEX triplet: DE, EF and B5. RGB value is (222,239,181). Sum of RGB (Red+Green+Blue) = 222+239+181=642 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.58% from 642); Green value is 239 (93.75% from 255 or 37.23% from 642); Blue value is 181 (71.09% from 255 or 28.19% from 642); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEFB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEFB5 is #21104A. Grayscale: #E3E3E3. Windows color (decimal): -2166859 or 11923422. OLE color: 11923422.

HSL color Cylindrical-coordinate representation of color #DEEFB5: hue angle of 77.59º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEEFB5 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB222239181-
CMYK0.0700.240.06
HSL77.59º64.44%82.35%-
HSV(B)77.59º24.27%93.73%-
XYZ69.3380.655.62-
YUV227.3101.87124.22-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.58%
GREEN value IS 239 (93.75% from 255) = 37.23%
BLUE value IS 181 (71.09% from 255) = 28.19%
R=34.58%
G=37.23%
B=28.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2222391810.0700.240.0677.5964.4482.35
HexDEEFB5701864e4052
Octal33635726570306116100122
Binary110111101110111110110101111011000110100111010000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEFB5; }

 p { color: rgb(222,239,181); }

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

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

 a { background-color: rgb(222,239,181); }

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

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

 span { border-color: rgb(222,239,181); }

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