Html Css Color HEX #DEFBE2 Frosted Mint

📋 copy color: '#DEFBE2'

red 222 ◦ green 251 ◦ blue 226

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

Shades of Frosted Mint #DEFBE2

Tints of Frosted Mint #DEFBE2

RGB

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

 GREEN value IS 251 (98.44% from 255) = 35.91%

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

R = 31.76%
G = 35.91%
B = 32.33%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#DEFBE2 (or 0xDEFBE2) is known color: Frosted Mint. HEX triplet: DE, FB and E2. RGB value is (222,251,226). Sum of RGB (Red+Green+Blue) = 222+251+226=699 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.76% from 699); Green value is 251 (98.44% from 255 or 35.91% from 699); Blue value is 226 (88.67% from 255 or 32.33% from 699); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFBE2 is #21041D. Grayscale: #EFEFEF. Windows color (decimal): -2163742 or 14875614. OLE color: 14875614.

HSL color Cylindrical-coordinate representation of color #DEFBE2: hue angle of 128.28º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEFBE2 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 251 226 -
CMYK 0.12 0 0.10 0.02
HSL 128.28º 0.78% 0.93% -
HSV(B) 128.28º 0.12% 0.98% -
XYZ 78.35 90.01 85.2 -
YUV 239.48 120.39 115.53 -
System Red Green Blue C M Y K H S L
Decimal 222 251 226 0.12 0 0.10 0.02 128.28 0.78 0.93
Hex DE FB E2 C 0 A 2 80 4E 5D
Octal 336 373 342 14 0 12 2 200 116 135
Binary 11011110 11111011 11100010 1100 0 1010 10 10000000 1001110 1011101

Color Harmonies of #DEFBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFBE2

Black with #DEFBE2

Text Example


Text Example

White with #DEFBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFBE2; }

 p { color: rgb(222,251,226); }

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

background-color css

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

 a { background-color: rgb(222,251,226); }

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

border-color css

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

 span { border-color: rgb(222,251,226); }

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