Html Css Color HEX #DEFAE0 Frosted Mint

📋 copy color: '#DEFAE0'

red 222 ◦ green 250 ◦ blue 224

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

Shades of Frosted Mint #DEFAE0

Tints of Frosted Mint #DEFAE0

RGB

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

 GREEN value IS 250 (98.05% from 255) = 35.92%

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

R = 31.9%
G = 35.92%
B = 32.18%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#DEFAE0 (or 0xDEFAE0) is known color: Frosted Mint. HEX triplet: DE, FA and E0. RGB value is (222,250,224). Sum of RGB (Red+Green+Blue) = 222+250+224=696 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.90% from 696); Green value is 250 (98.05% from 255 or 35.92% from 696); Blue value is 224 (87.89% from 255 or 32.18% from 696); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFAE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFAE0 is #21051F. Grayscale: #EEEEEE. Windows color (decimal): -2164000 or 14744286. OLE color: 14744286.

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

Color convert

RGB 222 250 224 -
CMYK 0.11 0 0.10 0.02
HSL 124.29º 0.74% 0.93% -
HSV(B) 124.29º 0.11% 0.98% -
XYZ 77.76 89.28 83.66 -
YUV 238.66 119.72 116.11 -
System Red Green Blue C M Y K H S L
Decimal 222 250 224 0.11 0 0.10 0.02 124.29 0.74 0.93
Hex DE FA E0 B 0 A 2 7C 4A 5D
Octal 336 372 340 13 0 12 2 174 112 135
Binary 11011110 11111010 11100000 1011 0 1010 10 1111100 1001010 1011101

Color Harmonies of #DEFAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFAE0

Black with #DEFAE0

Text Example


Text Example

White with #DEFAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFAE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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