#DAEFD0

Color #DAEFD0 Snowy Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snowy Mint #DAEFD0

Tints of Snowy Mint #DAEFD0

Color information

#DAEFD0 (or 0xDAEFD0) is unknown color: approx Snowy Mint. HEX triplet: DA, EF and D0. RGB value is (218,239,208). Sum of RGB (Red+Green+Blue) = 218+239+208=665 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.78% from 665); Green value is 239 (93.75% from 255 or 35.94% from 665); Blue value is 208 (81.64% from 255 or 31.28% from 665); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEFD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEFD0 is #25102F. Grayscale: #E5E5E5. Windows color (decimal): -2428976 or 13692890. OLE color: 13692890.

HSL color Cylindrical-coordinate representation of color #DAEFD0: hue angle of 100.65º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAEFD0 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB218239208-
CMYK0.0900.130.06
HSL100.65º49.21%87.65%-
HSV(B)100.65º12.97%93.73%-
XYZ71.1781.1971.6-
YUV229.19116.04120.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.78%
GREEN value IS 239 (93.75% from 255) = 35.94%
BLUE value IS 208 (81.64% from 255) = 31.28%
R=32.78%
G=35.94%
B=31.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182392080.0900.130.06100.6549.2187.65
HexDAEFD090D6653158
Octal33235732011015614561130
Binary11011010111011111101000010010110111011001011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEFD0; }

 p { color: rgb(218,239,208); }

 H1.HeaderClassName
 {
   color: #DAEFD0;
 }
 .AnyTagClassName
 {
   color: #DAEFD0;
 }
</style>
background-color css

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

 a { background-color: rgb(218,239,208); }

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

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

 span { border-color: rgb(218,239,208); }

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