Html Css Color HEX #DDF2E2 Off Green

📋 copy color: '#DDF2E2'

red 221 ◦ green 242 ◦ blue 226

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

Shades of Off Green #DDF2E2

Tints of Off Green #DDF2E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 32.8%

R = 32.08%
G = 35.12%
B = 32.8%

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

#DDF2E2 (or 0xDDF2E2) is known color: Off Green. HEX triplet: DD, F2 and E2. RGB value is (221,242,226). Sum of RGB (Red+Green+Blue) = 221+242+226=689 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.08% from 689); Green value is 242 (94.92% from 255 or 35.12% from 689); Blue value is 226 (88.67% from 255 or 32.80% from 689); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF2E2 is #220D1D. Grayscale: #E9E9E9. Windows color (decimal): -2231582 or 14873309. OLE color: 14873309.

HSL color Cylindrical-coordinate representation of color #DDF2E2: hue angle of 134.29º 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 #DDF2E2 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 242 226 -
CMYK 0.09 0 0.07 0.05
HSL 134.29º 0.45% 0.91% -
HSV(B) 134.29º 0.09% 0.95% -
XYZ 75.3 84.37 84.27 -
YUV 233.9 123.54 118.8 -
System Red Green Blue C M Y K H S L
Decimal 221 242 226 0.09 0 0.07 0.05 134.29 0.45 0.91
Hex DD F2 E2 9 0 7 5 86 2D 5B
Octal 335 362 342 11 0 7 5 206 55 133
Binary 11011101 11110010 11100010 1001 0 111 101 10000110 101101 1011011

Color Harmonies of #DDF2E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF2E2

Black with #DDF2E2

Text Example


Text Example

White with #DDF2E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF2E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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