Html Css Color HEX #DEFDE1 Frosted Mint

📋 copy color: '#DEFDE1'

red 222 ◦ green 253 ◦ blue 225

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

Shades of Frosted Mint #DEFDE1

Tints of Frosted Mint #DEFDE1

RGB

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

 GREEN value IS 253 (99.22% from 255) = 36.14%

 BLUE value IS 225 (88.28% from 255) = 32.14%

R = 31.71%
G = 36.14%
B = 32.14%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#DEFDE1 (or 0xDEFDE1) is known color: Frosted Mint. HEX triplet: DE, FD and E1. RGB value is (222,253,225). Sum of RGB (Red+Green+Blue) = 222+253+225=700 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.71% from 700); Green value is 253 (99.22% from 255 or 36.14% from 700); Blue value is 225 (88.28% from 255 or 32.14% from 700); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFDE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFDE1 is #21021E. Grayscale: #F0F0F0. Windows color (decimal): -2163231 or 14810590. OLE color: 14810590.

HSL color Cylindrical-coordinate representation of color #DEFDE1: hue angle of 125.81º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEFDE1 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB 222 253 225 -
CMYK 0.12 0 0.11 0.01
HSL 125.81º 0.89% 0.93% -
HSV(B) 125.81º 0.12% 0.99% -
XYZ 78.84 91.22 84.69 -
YUV 240.54 119.23 114.78 -
System Red Green Blue C M Y K H S L
Decimal 222 253 225 0.12 0 0.11 0.01 125.81 0.89 0.93
Hex DE FD E1 C 0 B 1 7E 59 5D
Octal 336 375 341 14 0 13 1 176 131 135
Binary 11011110 11111101 11100001 1100 0 1011 1 1111110 1011001 1011101

Color Harmonies of #DEFDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFDE1

Black with #DEFDE1

Text Example


Text Example

White with #DEFDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFDE1; }

 p { color: rgb(222,253,225); }

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

background-color css

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

 a { background-color: rgb(222,253,225); }

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

border-color css

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

 span { border-color: rgb(222,253,225); }

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