Html Css Color HEX #DEFBE0 Frosted Mint

📋 copy color: '#DEFBE0'

red 222 ◦ green 251 ◦ blue 224

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

Shades of Frosted Mint #DEFBE0

Tints of Frosted Mint #DEFBE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 32.14%

R = 31.85%
G = 36.01%
B = 32.14%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#DEFBE0 (or 0xDEFBE0) is known color: Frosted Mint. HEX triplet: DE, FB and E0. RGB value is (222,251,224). Sum of RGB (Red+Green+Blue) = 222+251+224=697 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.85% from 697); Green value is 251 (98.44% from 255 or 36.01% from 697); Blue value is 224 (87.89% from 255 or 32.14% from 697); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFBE0 is #21041F. Grayscale: #EFEFEF. Windows color (decimal): -2163744 or 14744542. OLE color: 14744542.

HSL color Cylindrical-coordinate representation of color #DEFBE0: hue angle of 124.14º 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 #DEFBE0 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 251 224 -
CMYK 0.12 0 0.11 0.02
HSL 124.14º 0.78% 0.93% -
HSV(B) 124.14º 0.12% 0.98% -
XYZ 78.08 89.91 83.76 -
YUV 239.25 119.39 115.7 -
System Red Green Blue C M Y K H S L
Decimal 222 251 224 0.12 0 0.11 0.02 124.14 0.78 0.93
Hex DE FB E0 C 0 B 2 7C 4E 5D
Octal 336 373 340 14 0 13 2 174 116 135
Binary 11011110 11111011 11100000 1100 0 1011 10 1111100 1001110 1011101

Color Harmonies of #DEFBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFBE0

Black with #DEFBE0

Text Example


Text Example

White with #DEFBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFBE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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