Html Css Color HEX #DEF8E0 Frosted Mint

📋 copy color: '#DEF8E0'

red 222 ◦ green 248 ◦ blue 224

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

Shades of Frosted Mint #DEF8E0

Tints of Frosted Mint #DEF8E0

RGB

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

 GREEN value IS 248 (97.27% from 255) = 35.73%

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

R = 31.99%
G = 35.73%
B = 32.28%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#DEF8E0 (or 0xDEF8E0) is known color: Frosted Mint. HEX triplet: DE, F8 and E0. RGB value is (222,248,224). Sum of RGB (Red+Green+Blue) = 222+248+224=694 (91% of max value = 765). Red value is 222 (87.11% from 255 or 31.99% from 694); Green value is 248 (97.27% from 255 or 35.73% from 694); Blue value is 224 (87.89% from 255 or 32.28% from 694); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF8E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF8E0 is #21071F. Grayscale: #EDEDED. Windows color (decimal): -2164512 or 14743774. OLE color: 14743774.

HSL color Cylindrical-coordinate representation of color #DEF8E0: hue angle of 124.62º degrees, saturation: 0.65, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEF8E0 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 222 248 224 -
CMYK 0.10 0 0.10 0.03
HSL 124.62º 0.65% 0.92% -
HSV(B) 124.62º 0.1% 0.97% -
XYZ 77.15 88.05 83.45 -
YUV 237.49 120.39 116.95 -
System Red Green Blue C M Y K H S L
Decimal 222 248 224 0.10 0 0.10 0.03 124.62 0.65 0.92
Hex DE F8 E0 A 0 A 3 7D 41 5C
Octal 336 370 340 12 0 12 3 175 101 134
Binary 11011110 11111000 11100000 1010 0 1010 11 1111101 1000001 1011100

Color Harmonies of #DEF8E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF8E0

Black with #DEF8E0

Text Example


Text Example

White with #DEF8E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF8E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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