Html Css Color HEX #DAEED2 Snowy Mint

📋 copy color: '#DAEED2'

red 218 ◦ green 238 ◦ blue 210

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

Shades of Snowy Mint #DAEED2

Tints of Snowy Mint #DAEED2

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.74%

 BLUE value IS 210 (82.42% from 255) = 31.53%

R = 32.73%
G = 35.74%
B = 31.53%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#DAEED2 (or 0xDAEED2) is known color: Snowy Mint. HEX triplet: DA, EE and D2. RGB value is (218,238,210). Sum of RGB (Red+Green+Blue) = 218+238+210=666 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.73% from 666); Green value is 238 (93.36% from 255 or 35.74% from 666); Blue value is 210 (82.42% from 255 or 31.53% from 666); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEED2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEED2 is #25112D. Grayscale: #E4E4E4. Windows color (decimal): -2429230 or 13823706. OLE color: 13823706.

HSL color Cylindrical-coordinate representation of color #DAEED2: hue angle of 102.86º degrees, saturation: 0.45, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAEED2 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 238 210 -
CMYK 0.08 0 0.12 0.07
HSL 102.86º 0.45% 0.88% -
HSV(B) 102.86º 0.12% 0.93% -
XYZ 71.12 80.71 72.8 -
YUV 228.83 117.37 120.28 -
System Red Green Blue C M Y K H S L
Decimal 218 238 210 0.08 0 0.12 0.07 102.86 0.45 0.88
Hex DA EE D2 8 0 C 7 67 2D 58
Octal 332 356 322 10 0 14 7 147 55 130
Binary 11011010 11101110 11010010 1000 0 1100 111 1100111 101101 1011000

Color Harmonies of #DAEED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEED2

Black with #DAEED2

Text Example


Text Example

White with #DAEED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEED2; }

 p { color: rgb(218,238,210); }

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

background-color css

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

 a { background-color: rgb(218,238,210); }

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

border-color css

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

 span { border-color: rgb(218,238,210); }

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