#DFEBAF

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

Shades of Tusk #DFEBAF

Tints of Tusk #DFEBAF

Color information

#DFEBAF (or 0xDFEBAF) is unknown color: approx Tusk. HEX triplet: DF, EB and AF. RGB value is (223,235,175). Sum of RGB (Red+Green+Blue) = 223+235+175=633 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.23% from 633); Green value is 235 (92.19% from 255 or 37.12% from 633); Blue value is 175 (68.75% from 255 or 27.65% from 633); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEBAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFEBAF is #201450. Grayscale: #E0E0E0. Windows color (decimal): -2102353 or 11529183. OLE color: 11529183.

HSL color Cylindrical-coordinate representation of color #DFEBAF: hue angle of 72º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFEBAF is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB223235175-
CMYK0.0500.260.08
HSL72º60%80.39%-
HSV(B)72º25.53%92.16%-
XYZ67.8878.252.07-
YUV224.57100.02126.88-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.23%
GREEN value IS 235 (92.19% from 255) = 37.12%
BLUE value IS 175 (68.75% from 255) = 27.65%
R=35.23%
G=37.12%
B=27.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232351750.0500.260.08726080.39
HexDFEBAF501A8483c50
Octal33735325750321011074120
Binary110111111110101110101111101011010100010010001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEBAF; }

 p { color: rgb(223,235,175); }

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

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

 a { background-color: rgb(223,235,175); }

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

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

 span { border-color: rgb(223,235,175); }

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