#DFEDB7

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

Shades of Tusk #DFEDB7

Tints of Tusk #DFEDB7

Color information

#DFEDB7 (or 0xDFEDB7) is unknown color: approx Tusk. HEX triplet: DF, ED and B7. RGB value is (223,237,183). Sum of RGB (Red+Green+Blue) = 223+237+183=643 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.68% from 643); Green value is 237 (92.97% from 255 or 36.86% from 643); Blue value is 183 (71.88% from 255 or 28.46% from 643); Max value from RGB is 237 - color contains mainly: green. Hex color #DFEDB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEDB7 is #201248. Grayscale: #E2E2E2. Windows color (decimal): -2101833 or 12053983. OLE color: 12053983.

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

Color convert

RGB223237183-
CMYK0.0600.230.07
HSL75.56º60%82.35%-
HSV(B)75.56º22.78%92.94%-
XYZ69.2679.6856.53-
YUV226.66103.36125.39-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.68%
GREEN value IS 237 (92.97% from 255) = 36.86%
BLUE value IS 183 (71.88% from 255) = 28.46%
R=34.68%
G=36.86%
B=28.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232371830.0600.230.0775.566082.35
HexDFEDB7601774c3c52
Octal3373552676027711474122
Binary11011111111011011011011111001011111110011001111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEDB7; }

 p { color: rgb(223,237,183); }

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

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

 a { background-color: rgb(223,237,183); }

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

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

 span { border-color: rgb(223,237,183); }

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