#DFECAE

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

Shades of Tusk #DFECAE

Tints of Tusk #DFECAE

Color information

#DFECAE (or 0xDFECAE) is unknown color: approx Tusk. HEX triplet: DF, EC and AE. RGB value is (223,236,174). Sum of RGB (Red+Green+Blue) = 223+236+174=633 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.23% from 633); Green value is 236 (92.58% from 255 or 37.28% from 633); Blue value is 174 (68.36% from 255 or 27.49% from 633); Max value from RGB is 236 - color contains mainly: green. Hex color #DFECAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFECAE is #201351. Grayscale: #E1E1E1. Windows color (decimal): -2102098 or 11463903. OLE color: 11463903.

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

Color convert

RGB223236174-
CMYK0.0600.260.07
HSL72.58º62%80.39%-
HSV(B)72.58º26.27%92.55%-
XYZ68.0778.7351.65-
YUV225.0499.19126.54-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.23%
GREEN value IS 236 (92.58% from 255) = 37.28%
BLUE value IS 174 (68.36% from 255) = 27.49%
R=35.23%
G=37.28%
B=27.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232361740.0600.260.0772.586280.39
HexDFECAE601A7493e50
Octal3373542566032711176120
Binary11011111111011001010111011001101011110010011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFECAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFECAE; }

 p { color: rgb(223,236,174); }

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

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

 a { background-color: rgb(223,236,174); }

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

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

 span { border-color: rgb(223,236,174); }

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