Html Css Color HEX #DAFFCC Snowy Mint

📋 copy color: '#DAFFCC'

red 218 ◦ green 255 ◦ blue 204

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

Shades of Snowy Mint #DAFFCC

Tints of Snowy Mint #DAFFCC

RGB

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

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

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

R = 32.2%
G = 37.67%
B = 30.13%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#DAFFCC (or 0xDAFFCC) is known color: Snowy Mint. HEX triplet: DA, FF and CC. RGB value is (218,255,204). Sum of RGB (Red+Green+Blue) = 218+255+204=677 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.20% from 677); Green value is 255 (100% from 255 or 37.67% from 677); Blue value is 204 (80.08% from 255 or 30.13% from 677); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFFCC is #250033. Grayscale: #EEEEEE. Windows color (decimal): -2424884 or 13434842. OLE color: 13434842.

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

Color convert

RGB 218 255 204 -
CMYK 0.15 0 0.2 0
HSL 103.53º 1% 0.9% -
HSV(B) 103.53º 0.2% 1% -
XYZ 75.57 90.79 70.67 -
YUV 238.12 108.74 113.65 -
System Red Green Blue C M Y K H S L
Decimal 218 255 204 0.15 0 0.2 0 103.53 1 0.9
Hex DA FF CC F 0 14 0 68 64 5A
Octal 332 377 314 17 0 24 0 150 144 132
Binary 11011010 11111111 11001100 1111 0 10100 0 1101000 1100100 1011010

Color Harmonies of #DAFFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFFCC

Black with #DAFFCC

Text Example


Text Example

White with #DAFFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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