Html Css Color HEX #DAFFCE Snowy Mint

📋 copy color: '#DAFFCE'

red 218 ◦ green 255 ◦ blue 206

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

Shades of Snowy Mint #DAFFCE

Tints of Snowy Mint #DAFFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 30.34%

R = 32.11%
G = 37.56%
B = 30.34%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#DAFFCE (or 0xDAFFCE) is known color: Snowy Mint. HEX triplet: DA, FF and CE. RGB value is (218,255,206). Sum of RGB (Red+Green+Blue) = 218+255+206=679 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.11% from 679); Green value is 255 (100% from 255 or 37.56% from 679); Blue value is 206 (80.86% from 255 or 30.34% from 679); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFFCE is #250031. Grayscale: #EEEEEE. Windows color (decimal): -2424882 or 13565914. OLE color: 13565914.

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

Color convert

RGB 218 255 206 -
CMYK 0.15 0 0.19 0
HSL 105.31º 1% 0.9% -
HSV(B) 105.31º 0.19% 1% -
XYZ 75.81 90.88 71.94 -
YUV 238.35 109.74 113.48 -
System Red Green Blue C M Y K H S L
Decimal 218 255 206 0.15 0 0.19 0 105.31 1 0.9
Hex DA FF CE F 0 13 0 69 64 5A
Octal 332 377 316 17 0 23 0 151 144 132
Binary 11011010 11111111 11001110 1111 0 10011 0 1101001 1100100 1011010

Color Harmonies of #DAFFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFFCE

Black with #DAFFCE

Text Example


Text Example

White with #DAFFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFFCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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