Html Css Color HEX #DAFADD Frosted Mint

📋 copy color: '#DAFADD'

red 218 ◦ green 250 ◦ blue 221

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

Shades of Frosted Mint #DAFADD

Tints of Frosted Mint #DAFADD

RGB

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

 GREEN value IS 250 (98.05% from 255) = 36.28%

 BLUE value IS 221 (86.72% from 255) = 32.08%

R = 31.64%
G = 36.28%
B = 32.08%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#DAFADD (or 0xDAFADD) is known color: Frosted Mint. HEX triplet: DA, FA and DD. RGB value is (218,250,221). Sum of RGB (Red+Green+Blue) = 218+250+221=689 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.64% from 689); Green value is 250 (98.05% from 255 or 36.28% from 689); Blue value is 221 (86.72% from 255 or 32.08% from 689); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFADD is #250522. Grayscale: #EDEDED. Windows color (decimal): -2426147 or 14547674. OLE color: 14547674.

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

Color convert

RGB 218 250 221 -
CMYK 0.13 0 0.12 0.02
HSL 125.63º 0.76% 0.92% -
HSV(B) 125.63º 0.13% 0.98% -
XYZ 76.15 88.5 81.47 -
YUV 237.13 118.9 114.36 -
System Red Green Blue C M Y K H S L
Decimal 218 250 221 0.13 0 0.12 0.02 125.63 0.76 0.92
Hex DA FA DD D 0 C 2 7E 4C 5C
Octal 332 372 335 15 0 14 2 176 114 134
Binary 11011010 11111010 11011101 1101 0 1100 10 1111110 1001100 1011100

Color Harmonies of #DAFADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFADD

Black with #DAFADD

Text Example


Text Example

White with #DAFADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFADD; }

 p { color: rgb(218,250,221); }

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

background-color css

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

 a { background-color: rgb(218,250,221); }

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

border-color css

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

 span { border-color: rgb(218,250,221); }

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