Html Css Color HEX #DEF1DF Frosted Mint

📋 copy color: '#DEF1DF'

red 222 ◦ green 241 ◦ blue 223

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

Shades of Frosted Mint #DEF1DF

Tints of Frosted Mint #DEF1DF

RGB

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

 GREEN value IS 241 (94.53% from 255) = 35.13%

 BLUE value IS 223 (87.5% from 255) = 32.51%

R = 32.36%
G = 35.13%
B = 32.51%

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

#DEF1DF (or 0xDEF1DF) is known color: Frosted Mint. HEX triplet: DE, F1 and DF. RGB value is (222,241,223). Sum of RGB (Red+Green+Blue) = 222+241+223=686 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.36% from 686); Green value is 241 (94.53% from 255 or 35.13% from 686); Blue value is 223 (87.5% from 255 or 32.51% from 686); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF1DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF1DF is #210E20. Grayscale: #E9E9E9. Windows color (decimal): -2166305 or 14676446. OLE color: 14676446.

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

Color convert

RGB 222 241 223 -
CMYK 0.08 0 0.07 0.05
HSL 123.16º 0.4% 0.91% -
HSV(B) 123.16º 0.08% 0.95% -
XYZ 74.9 83.77 82.03 -
YUV 233.27 122.21 119.96 -
System Red Green Blue C M Y K H S L
Decimal 222 241 223 0.08 0 0.07 0.05 123.16 0.4 0.91
Hex DE F1 DF 8 0 7 5 7B 28 5B
Octal 336 361 337 10 0 7 5 173 50 133
Binary 11011110 11110001 11011111 1000 0 111 101 1111011 101000 1011011

Color Harmonies of #DEF1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF1DF

Black with #DEF1DF

Text Example


Text Example

White with #DEF1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF1DF; }

 p { color: rgb(222,241,223); }

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

background-color css

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

 a { background-color: rgb(222,241,223); }

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

border-color css

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

 span { border-color: rgb(222,241,223); }

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