Html Css Color HEX #DAFEDF Frosted Mint

📋 copy color: '#DAFEDF'

red 218 ◦ green 254 ◦ blue 223

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

Shades of Frosted Mint #DAFEDF

Tints of Frosted Mint #DAFEDF

RGB

 RED value IS 218 (85.55% from 255) = 31.37%

 GREEN value IS 254 (99.61% from 255) = 36.55%

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

R = 31.37%
G = 36.55%
B = 32.09%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#DAFEDF (or 0xDAFEDF) is known color: Frosted Mint. HEX triplet: DA, FE and DF. RGB value is (218,254,223). Sum of RGB (Red+Green+Blue) = 218+254+223=695 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.37% from 695); Green value is 254 (99.61% from 255 or 36.55% from 695); Blue value is 223 (87.5% from 255 or 32.09% from 695); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFEDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFEDF is #250120. Grayscale: #EFEFEF. Windows color (decimal): -2425121 or 14679770. OLE color: 14679770.

HSL color Cylindrical-coordinate representation of color #DAFEDF: hue angle of 128.33º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAFEDF is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB 218 254 223 -
CMYK 0.14 0 0.12 0.00
HSL 128.33º 0.95% 0.93% -
HSV(B) 128.33º 0.14% 1% -
XYZ 77.67 91.12 83.31 -
YUV 239.7 118.57 112.52 -
System Red Green Blue C M Y K H S L
Decimal 218 254 223 0.14 0 0.12 0.00 128.33 0.95 0.93
Hex DA FE DF E 0 C 0 80 5F 5D
Octal 332 376 337 16 0 14 0 200 137 135
Binary 11011010 11111110 11011111 1110 0 1100 0 10000000 1011111 1011101

Color Harmonies of #DAFEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFEDF

Black with #DAFEDF

Text Example


Text Example

White with #DAFEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFEDF; }

 p { color: rgb(218,254,223); }

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

background-color css

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

 a { background-color: rgb(218,254,223); }

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

border-color css

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

 span { border-color: rgb(218,254,223); }

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