Html Css Color HEX #DAFDCD Snowy Mint

📋 copy color: '#DAFDCD'

red 218 ◦ green 253 ◦ blue 205

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

Shades of Snowy Mint #DAFDCD

Tints of Snowy Mint #DAFDCD

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.43%

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

R = 32.25%
G = 37.43%
B = 30.33%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#DAFDCD (or 0xDAFDCD) is known color: Snowy Mint. HEX triplet: DA, FD and CD. RGB value is (218,253,205). Sum of RGB (Red+Green+Blue) = 218+253+205=676 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.25% from 676); Green value is 253 (99.22% from 255 or 37.43% from 676); Blue value is 205 (80.47% from 255 or 30.33% from 676); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFDCD is #250232. Grayscale: #EDEDED. Windows color (decimal): -2425395 or 13499866. OLE color: 13499866.

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

Color convert

RGB 218 253 205 -
CMYK 0.14 0 0.19 0.01
HSL 103.75º 0.92% 0.9% -
HSV(B) 103.75º 0.19% 0.99% -
XYZ 75.06 89.56 71.09 -
YUV 237.06 109.9 114.4 -
System Red Green Blue C M Y K H S L
Decimal 218 253 205 0.14 0 0.19 0.01 103.75 0.92 0.9
Hex DA FD CD E 0 13 1 68 5C 5A
Octal 332 375 315 16 0 23 1 150 134 132
Binary 11011010 11111101 11001101 1110 0 10011 1 1101000 1011100 1011010

Color Harmonies of #DAFDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFDCD

Black with #DAFDCD

Text Example


Text Example

White with #DAFDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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