Html Css Color HEX #DDEFE2 Off Green

📋 copy color: '#DDEFE2'

red 221 ◦ green 239 ◦ blue 226

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

Shades of Off Green #DDEFE2

Tints of Off Green #DDEFE2

RGB

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

 GREEN value IS 239 (93.75% from 255) = 34.84%

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

R = 32.22%
G = 34.84%
B = 32.94%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#DDEFE2 (or 0xDDEFE2) is known color: Off Green. HEX triplet: DD, EF and E2. RGB value is (221,239,226). Sum of RGB (Red+Green+Blue) = 221+239+226=686 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.22% from 686); Green value is 239 (93.75% from 255 or 34.84% from 686); Blue value is 226 (88.67% from 255 or 32.94% from 686); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEFE2 is #22101D. Grayscale: #E8E8E8. Windows color (decimal): -2232350 or 14872541. OLE color: 14872541.

HSL color Cylindrical-coordinate representation of color #DDEFE2: hue angle of 136.67º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDEFE2 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 239 226 -
CMYK 0.08 0 0.05 0.06
HSL 136.67º 0.36% 0.9% -
HSV(B) 136.67º 0.08% 0.94% -
XYZ 74.41 82.6 83.97 -
YUV 232.14 124.54 120.06 -
System Red Green Blue C M Y K H S L
Decimal 221 239 226 0.08 0 0.05 0.06 136.67 0.36 0.9
Hex DD EF E2 8 0 5 6 89 24 5A
Octal 335 357 342 10 0 5 6 211 44 132
Binary 11011101 11101111 11100010 1000 0 101 110 10001001 100100 1011010

Color Harmonies of #DDEFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEFE2

Black with #DDEFE2

Text Example


Text Example

White with #DDEFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEFE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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