Html Css Color HEX #DDEDB4 Tusk

📋 copy color: '#DDEDB4'

red 221 ◦ green 237 ◦ blue 180

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

Shades of Tusk #DDEDB4

Tints of Tusk #DDEDB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 28.21%

R = 34.64%
G = 37.15%
B = 28.21%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#DDEDB4 (or 0xDDEDB4) is known color: Tusk. HEX triplet: DD, ED and B4. RGB value is (221,237,180). Sum of RGB (Red+Green+Blue) = 221+237+180=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 237 (92.97% from 255 or 37.15% from 638); Blue value is 180 (70.70% from 255 or 28.21% from 638); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEDB4 is #22124B. Grayscale: #E1E1E1. Windows color (decimal): -2232908 or 11857373. OLE color: 11857373.

HSL color Cylindrical-coordinate representation of color #DDEDB4: hue angle of 76.84º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDEDB4 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 237 180 -
CMYK 0.07 0 0.24 0.07
HSL 76.84º 0.61% 0.82% -
HSV(B) 76.84º 0.24% 0.93% -
XYZ 68.34 79.24 54.87 -
YUV 225.72 102.2 124.63 -
System Red Green Blue C M Y K H S L
Decimal 221 237 180 0.07 0 0.24 0.07 76.84 0.61 0.82
Hex DD ED B4 7 0 18 7 4D 3D 52
Octal 335 355 264 7 0 30 7 115 75 122
Binary 11011101 11101101 10110100 111 0 11000 111 1001101 111101 1010010

Color Harmonies of #DDEDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEDB4

Black with #DDEDB4

Text Example


Text Example

White with #DDEDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEDB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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