Html Css Color HEX #DDF2E1 Off Green

📋 copy color: '#DDF2E1'

red 221 ◦ green 242 ◦ blue 225

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

Shades of Off Green #DDF2E1

Tints of Off Green #DDF2E1

RGB

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

 GREEN value IS 242 (94.92% from 255) = 35.17%

 BLUE value IS 225 (88.28% from 255) = 32.7%

R = 32.12%
G = 35.17%
B = 32.7%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#DDF2E1 (or 0xDDF2E1) is known color: Off Green. HEX triplet: DD, F2 and E1. RGB value is (221,242,225). Sum of RGB (Red+Green+Blue) = 221+242+225=688 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.12% from 688); Green value is 242 (94.92% from 255 or 35.17% from 688); Blue value is 225 (88.28% from 255 or 32.70% from 688); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF2E1 is #220D1E. Grayscale: #E9E9E9. Windows color (decimal): -2231583 or 14807773. OLE color: 14807773.

HSL color Cylindrical-coordinate representation of color #DDF2E1: hue angle of 131.43º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDF2E1 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 242 225 -
CMYK 0.09 0 0.07 0.05
HSL 131.43º 0.45% 0.91% -
HSV(B) 131.43º 0.09% 0.95% -
XYZ 75.16 84.31 83.55 -
YUV 233.78 123.04 118.88 -
System Red Green Blue C M Y K H S L
Decimal 221 242 225 0.09 0 0.07 0.05 131.43 0.45 0.91
Hex DD F2 E1 9 0 7 5 83 2D 5B
Octal 335 362 341 11 0 7 5 203 55 133
Binary 11011101 11110010 11100001 1001 0 111 101 10000011 101101 1011011

Color Harmonies of #DDF2E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF2E1

Black with #DDF2E1

Text Example


Text Example

White with #DDF2E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF2E1; }

 p { color: rgb(221,242,225); }

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

background-color css

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

 a { background-color: rgb(221,242,225); }

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

border-color css

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

 span { border-color: rgb(221,242,225); }

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