Html Css Color HEX #DFEDAF Tusk

📋 copy color: '#DFEDAF'

red 223 ◦ green 237 ◦ blue 175

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

Shades of Tusk #DFEDAF

Tints of Tusk #DFEDAF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.32%

 BLUE value IS 175 (68.75% from 255) = 27.56%

R = 35.12%
G = 37.32%
B = 27.56%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#DFEDAF (or 0xDFEDAF) is known color: Tusk. HEX triplet: DF, ED and AF. RGB value is (223,237,175). Sum of RGB (Red+Green+Blue) = 223+237+175=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 237 (92.97% from 255 or 37.32% from 635); Blue value is 175 (68.75% from 255 or 27.56% from 635); Max value from RGB is 237 - color contains mainly: green. Hex color #DFEDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFEDAF is #201250. Grayscale: #E1E1E1. Windows color (decimal): -2101841 or 11529695. OLE color: 11529695.

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

Color convert

RGB 223 237 175 -
CMYK 0.06 0 0.26 0.07
HSL 73.55º 0.63% 0.81% -
HSV(B) 73.55º 0.26% 0.93% -
XYZ 68.45 79.35 52.27 -
YUV 225.75 99.36 126.04 -
System Red Green Blue C M Y K H S L
Decimal 223 237 175 0.06 0 0.26 0.07 73.55 0.63 0.81
Hex DF ED AF 6 0 1A 7 4A 3F 51
Octal 337 355 257 6 0 32 7 112 77 121
Binary 11011111 11101101 10101111 110 0 11010 111 1001010 111111 1010001

Color Harmonies of #DFEDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEDAF

Black with #DFEDAF

Text Example


Text Example

White with #DFEDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEDAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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