Html Css Color HEX #DFEBAD Tusk

📋 copy color: '#DFEBAD'

red 223 ◦ green 235 ◦ blue 173

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

Shades of Tusk #DFEBAD

Tints of Tusk #DFEBAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 27.42%

R = 35.34%
G = 37.24%
B = 27.42%

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

#DFEBAD (or 0xDFEBAD) is known color: Tusk. HEX triplet: DF, EB and AD. RGB value is (223,235,173). Sum of RGB (Red+Green+Blue) = 223+235+173=631 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.34% from 631); Green value is 235 (92.19% from 255 or 37.24% from 631); Blue value is 173 (67.97% from 255 or 27.42% from 631); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEBAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFEBAD is #201452. Grayscale: #E0E0E0. Windows color (decimal): -2102355 or 11398111. OLE color: 11398111.

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

Color convert

RGB 223 235 173 -
CMYK 0.05 0 0.26 0.08
HSL 71.61º 0.61% 0.8% -
HSV(B) 71.61º 0.26% 0.92% -
XYZ 67.68 78.12 51.05 -
YUV 224.34 99.02 127.04 -
System Red Green Blue C M Y K H S L
Decimal 223 235 173 0.05 0 0.26 0.08 71.61 0.61 0.8
Hex DF EB AD 5 0 1A 8 48 3D 50
Octal 337 353 255 5 0 32 10 110 75 120
Binary 11011111 11101011 10101101 101 0 11010 1000 1001000 111101 1010000

Color Harmonies of #DFEBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEBAD

Black with #DFEBAD

Text Example


Text Example

White with #DFEBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEBAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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