Html Css Color HEX #DEF5E0 Frosted Mint

📋 copy color: '#DEF5E0'

red 222 ◦ green 245 ◦ blue 224

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

Shades of Frosted Mint #DEF5E0

Tints of Frosted Mint #DEF5E0

RGB

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

 GREEN value IS 245 (96.09% from 255) = 35.46%

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

R = 32.13%
G = 35.46%
B = 32.42%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#DEF5E0 (or 0xDEF5E0) is known color: Frosted Mint. HEX triplet: DE, F5 and E0. RGB value is (222,245,224). Sum of RGB (Red+Green+Blue) = 222+245+224=691 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.13% from 691); Green value is 245 (96.09% from 255 or 35.46% from 691); Blue value is 224 (87.89% from 255 or 32.42% from 691); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF5E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF5E0 is #210A1F. Grayscale: #EBEBEB. Windows color (decimal): -2165280 or 14743006. OLE color: 14743006.

HSL color Cylindrical-coordinate representation of color #DEF5E0: hue angle of 125.22º degrees, saturation: 0.53, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DEF5E0 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 222 245 224 -
CMYK 0.09 0 0.09 0.04
HSL 125.22º 0.53% 0.92% -
HSV(B) 125.22º 0.09% 0.96% -
XYZ 76.23 86.22 83.14 -
YUV 235.73 121.38 118.21 -
System Red Green Blue C M Y K H S L
Decimal 222 245 224 0.09 0 0.09 0.04 125.22 0.53 0.92
Hex DE F5 E0 9 0 9 4 7D 35 5C
Octal 336 365 340 11 0 11 4 175 65 134
Binary 11011110 11110101 11100000 1001 0 1001 100 1111101 110101 1011100

Color Harmonies of #DEF5E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF5E0

Black with #DEF5E0

Text Example


Text Example

White with #DEF5E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF5E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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