Html Css Color HEX #DEF2E1 Off Green

📋 copy color: '#DEF2E1'

red 222 ◦ green 242 ◦ blue 225

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

Shades of Off Green #DEF2E1

Tints of Off Green #DEF2E1

RGB

 RED value IS 222 (87.11% from 255) = 32.22%

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

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

R = 32.22%
G = 35.12%
B = 32.66%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#DEF2E1 (or 0xDEF2E1) is known color: Off Green. HEX triplet: DE, F2 and E1. RGB value is (222,242,225). Sum of RGB (Red+Green+Blue) = 222+242+225=689 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.22% from 689); Green value is 242 (94.92% from 255 or 35.12% from 689); Blue value is 225 (88.28% from 255 or 32.66% from 689); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF2E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF2E1 is #210D1E. Grayscale: #EAEAEA. Windows color (decimal): -2166047 or 14807774. OLE color: 14807774.

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

Color convert

RGB 222 242 225 -
CMYK 0.08 0 0.07 0.05
HSL 129º 0.43% 0.91% -
HSV(B) 129º 0.08% 0.95% -
XYZ 75.47 84.47 83.56 -
YUV 234.08 122.87 119.38 -
System Red Green Blue C M Y K H S L
Decimal 222 242 225 0.08 0 0.07 0.05 129 0.43 0.91
Hex DE F2 E1 8 0 7 5 81 2B 5B
Octal 336 362 341 10 0 7 5 201 53 133
Binary 11011110 11110010 11100001 1000 0 111 101 10000001 101011 1011011

Color Harmonies of #DEF2E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF2E1

Black with #DEF2E1

Text Example


Text Example

White with #DEF2E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF2E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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