Html Css Color HEX #DAFCDE Frosted Mint

📋 copy color: '#DAFCDE'

red 218 ◦ green 252 ◦ blue 222

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

Shades of Frosted Mint #DAFCDE

Tints of Frosted Mint #DAFCDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 32.08%

R = 31.5%
G = 36.42%
B = 32.08%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#DAFCDE (or 0xDAFCDE) is known color: Frosted Mint. HEX triplet: DA, FC and DE. RGB value is (218,252,222). Sum of RGB (Red+Green+Blue) = 218+252+222=692 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.50% from 692); Green value is 252 (98.83% from 255 or 36.42% from 692); Blue value is 222 (87.11% from 255 or 32.08% from 692); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFCDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFCDE is #250321. Grayscale: #EEEEEE. Windows color (decimal): -2425634 or 14613722. OLE color: 14613722.

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

Color convert

RGB 218 252 222 -
CMYK 0.13 0 0.12 0.01
HSL 127.06º 0.85% 0.92% -
HSV(B) 127.06º 0.13% 0.99% -
XYZ 76.91 89.8 82.39 -
YUV 238.41 118.74 113.44 -
System Red Green Blue C M Y K H S L
Decimal 218 252 222 0.13 0 0.12 0.01 127.06 0.85 0.92
Hex DA FC DE D 0 C 1 7F 55 5C
Octal 332 374 336 15 0 14 1 177 125 134
Binary 11011010 11111100 11011110 1101 0 1100 1 1111111 1010101 1011100

Color Harmonies of #DAFCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFCDE

Black with #DAFCDE

Text Example


Text Example

White with #DAFCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFCDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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