Html Css Color HEX #DAFFDF Frosted Mint

📋 copy color: '#DAFFDF'

red 218 ◦ green 255 ◦ blue 223

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

Shades of Frosted Mint #DAFFDF

Tints of Frosted Mint #DAFFDF

RGB

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

 GREEN value IS 255 (100% from 255) = 36.64%

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

R = 31.32%
G = 36.64%
B = 32.04%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#DAFFDF (or 0xDAFFDF) is known color: Frosted Mint. HEX triplet: DA, FF and DF. RGB value is (218,255,223). Sum of RGB (Red+Green+Blue) = 218+255+223=696 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.32% from 696); Green value is 255 (100% from 255 or 36.64% from 696); Blue value is 223 (87.5% from 255 or 32.04% from 696); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFFDF is #250020. Grayscale: #F0F0F0. Windows color (decimal): -2424865 or 14680026. OLE color: 14680026.

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

Color convert

RGB 218 255 223 -
CMYK 0.15 0 0.13 0
HSL 128.11º 1% 0.93% -
HSV(B) 128.11º 0.15% 1% -
XYZ 77.99 91.75 83.41 -
YUV 240.29 118.24 112.1 -
System Red Green Blue C M Y K H S L
Decimal 218 255 223 0.15 0 0.13 0 128.11 1 0.93
Hex DA FF DF F 0 D 0 80 64 5D
Octal 332 377 337 17 0 15 0 200 144 135
Binary 11011010 11111111 11011111 1111 0 1101 0 10000000 1100100 1011101

Color Harmonies of #DAFFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFFDF

Black with #DAFFDF

Text Example


Text Example

White with #DAFFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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