Html Css Color HEX #DFEBAE Tusk

📋 copy color: '#DFEBAE'

red 223 ◦ green 235 ◦ blue 174

#DFEBAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tusk #DFEBAE

Tints of Tusk #DFEBAE

RGB

 RED value IS 223 (87.5% from 255) = 35.28%

 GREEN value IS 235 (92.19% from 255) = 37.18%

 BLUE value IS 174 (68.36% from 255) = 27.53%

R = 35.28%
G = 37.18%
B = 27.53%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#DFEBAE (or 0xDFEBAE) is known color: Tusk. HEX triplet: DF, EB and AE. RGB value is (223,235,174). Sum of RGB (Red+Green+Blue) = 223+235+174=632 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.28% from 632); Green value is 235 (92.19% from 255 or 37.18% from 632); Blue value is 174 (68.36% from 255 or 27.53% from 632); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEBAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFEBAE is #201451. Grayscale: #E0E0E0. Windows color (decimal): -2102354 or 11463647. OLE color: 11463647.

HSL color Cylindrical-coordinate representation of color #DFEBAE: hue angle of 71.8º 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 #DFEBAE is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 223 235 174 -
CMYK 0.05 0 0.26 0.08
HSL 71.8º 0.6% 0.8% -
HSV(B) 71.8º 0.26% 0.92% -
XYZ 67.78 78.16 51.56 -
YUV 224.46 99.52 126.96 -
System Red Green Blue C M Y K H S L
Decimal 223 235 174 0.05 0 0.26 0.08 71.8 0.6 0.8
Hex DF EB AE 5 0 1A 8 48 3C 50
Octal 337 353 256 5 0 32 10 110 74 120
Binary 11011111 11101011 10101110 101 0 11010 1000 1001000 111100 1010000

Color Harmonies of #DFEBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEBAE

Black with #DFEBAE

Text Example


Text Example

White with #DFEBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEBAE; }

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

 H1.HeaderClassName
 {
   color: #DFEBAE;
 }
 .AnyTagClassName
 {
   color: #DFEBAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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