Html Css Color HEX #DEFCE0 Frosted Mint

📋 copy color: '#DEFCE0'

red 222 ◦ green 252 ◦ blue 224

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

Shades of Frosted Mint #DEFCE0

Tints of Frosted Mint #DEFCE0

RGB

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

 GREEN value IS 252 (98.83% from 255) = 36.1%

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

R = 31.81%
G = 36.1%
B = 32.09%

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

#DEFCE0 (or 0xDEFCE0) is known color: Frosted Mint. HEX triplet: DE, FC and E0. RGB value is (222,252,224). Sum of RGB (Red+Green+Blue) = 222+252+224=698 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.81% from 698); Green value is 252 (98.83% from 255 or 36.10% from 698); Blue value is 224 (87.89% from 255 or 32.09% from 698); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFCE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFCE0 is #21031F. Grayscale: #EFEFEF. Windows color (decimal): -2163488 or 14744798. OLE color: 14744798.

HSL color Cylindrical-coordinate representation of color #DEFCE0: hue angle of 124º degrees, saturation: 0.83, 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 #DEFCE0 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB 222 252 224 -
CMYK 0.12 0 0.11 0.01
HSL 124º 0.83% 0.93% -
HSV(B) 124º 0.12% 0.99% -
XYZ 78.39 90.53 83.86 -
YUV 239.84 119.06 115.28 -
System Red Green Blue C M Y K H S L
Decimal 222 252 224 0.12 0 0.11 0.01 124 0.83 0.93
Hex DE FC E0 C 0 B 1 7C 53 5D
Octal 336 374 340 14 0 13 1 174 123 135
Binary 11011110 11111100 11100000 1100 0 1011 1 1111100 1010011 1011101

Color Harmonies of #DEFCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFCE0

Black with #DEFCE0

Text Example


Text Example

White with #DEFCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFCE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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