Html Css Color HEX #DAFECD Snowy Mint

📋 copy color: '#DAFECD'

red 218 ◦ green 254 ◦ blue 205

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

Shades of Snowy Mint #DAFECD

Tints of Snowy Mint #DAFECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 30.28%

R = 32.2%
G = 37.52%
B = 30.28%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#DAFECD (or 0xDAFECD) is known color: Snowy Mint. HEX triplet: DA, FE and CD. RGB value is (218,254,205). Sum of RGB (Red+Green+Blue) = 218+254+205=677 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.20% from 677); Green value is 254 (99.61% from 255 or 37.52% from 677); Blue value is 205 (80.47% from 255 or 30.28% from 677); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFECD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFECD is #250132. Grayscale: #EDEDED. Windows color (decimal): -2425139 or 13500122. OLE color: 13500122.

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

Color convert

RGB 218 254 205 -
CMYK 0.14 0 0.19 0.00
HSL 104.08º 0.96% 0.9% -
HSV(B) 104.08º 0.19% 1% -
XYZ 75.37 90.2 71.19 -
YUV 237.65 109.57 113.98 -
System Red Green Blue C M Y K H S L
Decimal 218 254 205 0.14 0 0.19 0.00 104.08 0.96 0.9
Hex DA FE CD E 0 13 0 68 60 5A
Octal 332 376 315 16 0 23 0 150 140 132
Binary 11011010 11111110 11001101 1110 0 10011 0 1101000 1100000 1011010

Color Harmonies of #DAFECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFECD

Black with #DAFECD

Text Example


Text Example

White with #DAFECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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