Html Css Color HEX #DAFEC8 Snowy Mint

📋 copy color: '#DAFEC8'

red 218 ◦ green 254 ◦ blue 200

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

Shades of Snowy Mint #DAFEC8

Tints of Snowy Mint #DAFEC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 29.76%

R = 32.44%
G = 37.8%
B = 29.76%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#DAFEC8 (or 0xDAFEC8) is known color: Snowy Mint. HEX triplet: DA, FE and C8. RGB value is (218,254,200). Sum of RGB (Red+Green+Blue) = 218+254+200=672 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.44% from 672); Green value is 254 (99.61% from 255 or 37.80% from 672); Blue value is 200 (78.52% from 255 or 29.76% from 672); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFEC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFEC8 is #250137. Grayscale: #EDEDED. Windows color (decimal): -2425144 or 13172442. OLE color: 13172442.

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

Color convert

RGB 218 254 200 -
CMYK 0.14 0 0.21 0.00
HSL 100º 0.96% 0.89% -
HSV(B) 100º 0.21% 1% -
XYZ 74.78 89.96 68.07 -
YUV 237.08 107.07 114.39 -
System Red Green Blue C M Y K H S L
Decimal 218 254 200 0.14 0 0.21 0.00 100 0.96 0.89
Hex DA FE C8 E 0 15 0 64 60 59
Octal 332 376 310 16 0 25 0 144 140 131
Binary 11011010 11111110 11001000 1110 0 10101 0 1100100 1100000 1011001

Color Harmonies of #DAFEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFEC8

Black with #DAFEC8

Text Example


Text Example

White with #DAFEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFEC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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