Html Css Color HEX #DDEDAF Tusk

📋 copy color: '#DDEDAF'

red 221 ◦ green 237 ◦ blue 175

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

Shades of Tusk #DDEDAF

Tints of Tusk #DDEDAF

RGB

 RED value IS 221 (86.72% from 255) = 34.91%

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

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

R = 34.91%
G = 37.44%
B = 27.65%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#DDEDAF (or 0xDDEDAF) is known color: Tusk. HEX triplet: DD, ED and AF. RGB value is (221,237,175). Sum of RGB (Red+Green+Blue) = 221+237+175=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 237 (92.97% from 255 or 37.44% from 633); Blue value is 175 (68.75% from 255 or 27.65% from 633); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEDAF is #221250. Grayscale: #E1E1E1. Windows color (decimal): -2232913 or 11529693. OLE color: 11529693.

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

Color convert

RGB 221 237 175 -
CMYK 0.07 0 0.26 0.07
HSL 75.48º 0.63% 0.81% -
HSV(B) 75.48º 0.26% 0.93% -
XYZ 67.84 79.04 52.24 -
YUV 225.15 99.7 125.04 -
System Red Green Blue C M Y K H S L
Decimal 221 237 175 0.07 0 0.26 0.07 75.48 0.63 0.81
Hex DD ED AF 7 0 1A 7 4B 3F 51
Octal 335 355 257 7 0 32 7 113 77 121
Binary 11011101 11101101 10101111 111 0 11010 111 1001011 111111 1010001

Color Harmonies of #DDEDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEDAF

Black with #DDEDAF

Text Example


Text Example

White with #DDEDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEDAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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