Html Css Color HEX #DDEDD3 Hint Of Green

📋 copy color: '#DDEDD3'

red 221 ◦ green 237 ◦ blue 211

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

Shades of Hint Of Green #DDEDD3

Tints of Hint Of Green #DDEDD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 31.54%

R = 33.03%
G = 35.43%
B = 31.54%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#DDEDD3 (or 0xDDEDD3) is known color: Hint Of Green. HEX triplet: DD, ED and D3. RGB value is (221,237,211). Sum of RGB (Red+Green+Blue) = 221+237+211=669 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.03% from 669); Green value is 237 (92.97% from 255 or 35.43% from 669); Blue value is 211 (82.81% from 255 or 31.54% from 669); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEDD3 is #22122C. Grayscale: #E5E5E5. Windows color (decimal): -2232877 or 13888989. OLE color: 13888989.

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

Color convert

RGB 221 237 211 -
CMYK 0.07 0 0.11 0.07
HSL 96.92º 0.42% 0.88% -
HSV(B) 96.92º 0.11% 0.93% -
XYZ 71.86 80.64 73.41 -
YUV 229.25 117.7 122.11 -
System Red Green Blue C M Y K H S L
Decimal 221 237 211 0.07 0 0.11 0.07 96.92 0.42 0.88
Hex DD ED D3 7 0 B 7 61 2A 58
Octal 335 355 323 7 0 13 7 141 52 130
Binary 11011101 11101101 11010011 111 0 1011 111 1100001 101010 1011000

Color Harmonies of #DDEDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEDD3

Black with #DDEDD3

Text Example


Text Example

White with #DDEDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEDD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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