Html Css Color HEX #DAFECC Snowy Mint

📋 copy color: '#DAFECC'

red 218 ◦ green 254 ◦ blue 204

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

Shades of Snowy Mint #DAFECC

Tints of Snowy Mint #DAFECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 30.18%

R = 32.25%
G = 37.57%
B = 30.18%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#DAFECC (or 0xDAFECC) is known color: Snowy Mint. HEX triplet: DA, FE and CC. RGB value is (218,254,204). Sum of RGB (Red+Green+Blue) = 218+254+204=676 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.25% from 676); Green value is 254 (99.61% from 255 or 37.57% from 676); Blue value is 204 (80.08% from 255 or 30.18% from 676); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFECC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFECC is #250133. Grayscale: #EDEDED. Windows color (decimal): -2425140 or 13434586. OLE color: 13434586.

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

Color convert

RGB 218 254 204 -
CMYK 0.14 0 0.20 0.00
HSL 103.2º 0.96% 0.9% -
HSV(B) 103.2º 0.2% 1% -
XYZ 75.25 90.15 70.56 -
YUV 237.54 109.07 114.07 -
System Red Green Blue C M Y K H S L
Decimal 218 254 204 0.14 0 0.20 0.00 103.2 0.96 0.9
Hex DA FE CC E 0 14 0 67 60 5A
Octal 332 376 314 16 0 24 0 147 140 132
Binary 11011010 11111110 11001100 1110 0 10100 0 1100111 1100000 1011010

Color Harmonies of #DAFECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFECC

Black with #DAFECC

Text Example


Text Example

White with #DAFECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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