Html Css Color HEX #DFEDB0 Tusk

📋 copy color: '#DFEDB0'

red 223 ◦ green 237 ◦ blue 176

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

Shades of Tusk #DFEDB0

Tints of Tusk #DFEDB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 27.67%

R = 35.06%
G = 37.26%
B = 27.67%

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

#DFEDB0 (or 0xDFEDB0) is known color: Tusk. HEX triplet: DF, ED and B0. RGB value is (223,237,176). Sum of RGB (Red+Green+Blue) = 223+237+176=636 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.06% from 636); Green value is 237 (92.97% from 255 or 37.26% from 636); Blue value is 176 (69.14% from 255 or 27.67% from 636); Max value from RGB is 237 - color contains mainly: green. Hex color #DFEDB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFEDB0 is #20124F. Grayscale: #E2E2E2. Windows color (decimal): -2101840 or 11595231. OLE color: 11595231.

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

Color convert

RGB 223 237 176 -
CMYK 0.06 0 0.26 0.07
HSL 73.77º 0.63% 0.81% -
HSV(B) 73.77º 0.26% 0.93% -
XYZ 68.55 79.39 52.79 -
YUV 225.86 99.86 125.96 -
System Red Green Blue C M Y K H S L
Decimal 223 237 176 0.06 0 0.26 0.07 73.77 0.63 0.81
Hex DF ED B0 6 0 1A 7 4A 3F 51
Octal 337 355 260 6 0 32 7 112 77 121
Binary 11011111 11101101 10110000 110 0 11010 111 1001010 111111 1010001

Color Harmonies of #DFEDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEDB0

Black with #DFEDB0

Text Example


Text Example

White with #DFEDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEDB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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