Html Css Color HEX #DDEDD7 Hint Of Green

📋 copy color: '#DDEDD7'

red 221 ◦ green 237 ◦ blue 215

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

Shades of Hint Of Green #DDEDD7

Tints of Hint Of Green #DDEDD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 31.95%

R = 32.84%
G = 35.22%
B = 31.95%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#DDEDD7 (or 0xDDEDD7) is known color: Hint Of Green. HEX triplet: DD, ED and D7. RGB value is (221,237,215). Sum of RGB (Red+Green+Blue) = 221+237+215=673 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.84% from 673); Green value is 237 (92.97% from 255 or 35.22% from 673); Blue value is 215 (84.38% from 255 or 31.95% from 673); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEDD7 is #221228. Grayscale: #E5E5E5. Windows color (decimal): -2232873 or 14151133. OLE color: 14151133.

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

Color convert

RGB 221 237 215 -
CMYK 0.07 0 0.09 0.07
HSL 103.64º 0.38% 0.89% -
HSV(B) 103.64º 0.09% 0.93% -
XYZ 72.37 80.85 76.08 -
YUV 229.71 119.7 121.79 -
System Red Green Blue C M Y K H S L
Decimal 221 237 215 0.07 0 0.09 0.07 103.64 0.38 0.89
Hex DD ED D7 7 0 9 7 68 26 59
Octal 335 355 327 7 0 11 7 150 46 131
Binary 11011101 11101101 11010111 111 0 1001 111 1101000 100110 1011001

Color Harmonies of #DDEDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEDD7

Black with #DDEDD7

Text Example


Text Example

White with #DDEDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEDD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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