#DFEEB4

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

Shades of Tusk #DFEEB4

Tints of Tusk #DFEEB4

Color information

#DFEEB4 (or 0xDFEEB4) is unknown color: approx Tusk. HEX triplet: DF, EE and B4. RGB value is (223,238,180). Sum of RGB (Red+Green+Blue) = 223+238+180=641 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.79% from 641); Green value is 238 (93.36% from 255 or 37.13% from 641); Blue value is 180 (70.70% from 255 or 28.08% from 641); Max value from RGB is 238 - color contains mainly: green. Hex color #DFEEB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEEB4 is #20114B. Grayscale: #E3E3E3. Windows color (decimal): -2101580 or 11857631. OLE color: 11857631.

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

Color convert

RGB223238180-
CMYK0.0600.240.07
HSL75.52º63.04%81.96%-
HSV(B)75.52º24.37%93.33%-
XYZ69.2480.1355-
YUV226.9101.53125.22-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.79%
GREEN value IS 238 (93.36% from 255) = 37.13%
BLUE value IS 180 (70.70% from 255) = 28.08%
R=34.79%
G=37.13%
B=28.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232381800.0600.240.0775.5263.0481.96
HexDFEEB4601874c3f52
Octal3373562646030711477122
Binary11011111111011101011010011001100011110011001111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEEB4; }

 p { color: rgb(223,238,180); }

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

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

 a { background-color: rgb(223,238,180); }

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

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

 span { border-color: rgb(223,238,180); }

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