Html Css Color HEX #DEF2E0 Frosted Mint

📋 copy color: '#DEF2E0'

red 222 ◦ green 242 ◦ blue 224

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

Shades of Frosted Mint #DEF2E0

Tints of Frosted Mint #DEF2E0

RGB

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

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

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

R = 32.27%
G = 35.17%
B = 32.56%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#DEF2E0 (or 0xDEF2E0) is known color: Frosted Mint. HEX triplet: DE, F2 and E0. RGB value is (222,242,224). Sum of RGB (Red+Green+Blue) = 222+242+224=688 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.27% from 688); Green value is 242 (94.92% from 255 or 35.17% from 688); Blue value is 224 (87.89% from 255 or 32.56% from 688); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF2E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF2E0 is #210D1F. Grayscale: #EAEAEA. Windows color (decimal): -2166048 or 14742238. OLE color: 14742238.

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

Color convert

RGB 222 242 224 -
CMYK 0.08 0 0.07 0.05
HSL 126º 0.43% 0.91% -
HSV(B) 126º 0.08% 0.95% -
XYZ 75.33 84.42 82.84 -
YUV 233.97 122.37 119.46 -
System Red Green Blue C M Y K H S L
Decimal 222 242 224 0.08 0 0.07 0.05 126 0.43 0.91
Hex DE F2 E0 8 0 7 5 7E 2B 5B
Octal 336 362 340 10 0 7 5 176 53 133
Binary 11011110 11110010 11100000 1000 0 111 101 1111110 101011 1011011

Color Harmonies of #DEF2E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF2E0

Black with #DEF2E0

Text Example


Text Example

White with #DEF2E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF2E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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