Html Css Color HEX #DDEDD6 Hint Of Green

📋 copy color: '#DDEDD6'

red 221 ◦ green 237 ◦ blue 214

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

Shades of Hint Of Green #DDEDD6

Tints of Hint Of Green #DDEDD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 31.85%

R = 32.89%
G = 35.27%
B = 31.85%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#DDEDD6 (or 0xDDEDD6) is known color: Hint Of Green. HEX triplet: DD, ED and D6. RGB value is (221,237,214). Sum of RGB (Red+Green+Blue) = 221+237+214=672 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.89% from 672); Green value is 237 (92.97% from 255 or 35.27% from 672); Blue value is 214 (83.98% from 255 or 31.85% from 672); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEDD6 is #221229. Grayscale: #E5E5E5. Windows color (decimal): -2232874 or 14085597. OLE color: 14085597.

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

Color convert

RGB 221 237 214 -
CMYK 0.07 0 0.10 0.07
HSL 101.74º 0.39% 0.88% -
HSV(B) 101.74º 0.1% 0.93% -
XYZ 72.24 80.8 75.41 -
YUV 229.59 119.2 121.87 -
System Red Green Blue C M Y K H S L
Decimal 221 237 214 0.07 0 0.10 0.07 101.74 0.39 0.88
Hex DD ED D6 7 0 A 7 66 27 58
Octal 335 355 326 7 0 12 7 146 47 130
Binary 11011101 11101101 11010110 111 0 1010 111 1100110 100111 1011000

Color Harmonies of #DDEDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEDD6

Black with #DDEDD6

Text Example


Text Example

White with #DDEDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEDD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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