Html Css Color HEX #DEF2E3 Off Green

📋 copy color: '#DEF2E3'

red 222 ◦ green 242 ◦ blue 227

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

Shades of Off Green #DEF2E3

Tints of Off Green #DEF2E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 32.85%

R = 32.13%
G = 35.02%
B = 32.85%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#DEF2E3 (or 0xDEF2E3) is known color: Off Green. HEX triplet: DE, F2 and E3. RGB value is (222,242,227). Sum of RGB (Red+Green+Blue) = 222+242+227=691 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.13% from 691); Green value is 242 (94.92% from 255 or 35.02% from 691); Blue value is 227 (89.06% from 255 or 32.85% from 691); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF2E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF2E3 is #210D1C. Grayscale: #EAEAEA. Windows color (decimal): -2166045 or 14938846. OLE color: 14938846.

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

Color convert

RGB 222 242 227 -
CMYK 0.08 0 0.06 0.05
HSL 135º 0.43% 0.91% -
HSV(B) 135º 0.08% 0.95% -
XYZ 75.74 84.58 85.01 -
YUV 234.31 123.87 119.22 -
System Red Green Blue C M Y K H S L
Decimal 222 242 227 0.08 0 0.06 0.05 135 0.43 0.91
Hex DE F2 E3 8 0 6 5 87 2B 5B
Octal 336 362 343 10 0 6 5 207 53 133
Binary 11011110 11110010 11100011 1000 0 110 101 10000111 101011 1011011

Color Harmonies of #DEF2E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF2E3

Black with #DEF2E3

Text Example


Text Example

White with #DEF2E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF2E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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