Html Css Color HEX #DAF0CD Snowy Mint

📋 copy color: '#DAF0CD'

red 218 ◦ green 240 ◦ blue 205

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

Shades of Snowy Mint #DAF0CD

Tints of Snowy Mint #DAF0CD

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.2%

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

R = 32.88%
G = 36.2%
B = 30.92%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#DAF0CD (or 0xDAF0CD) is known color: Snowy Mint. HEX triplet: DA, F0 and CD. RGB value is (218,240,205). Sum of RGB (Red+Green+Blue) = 218+240+205=663 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.88% from 663); Green value is 240 (94.14% from 255 or 36.20% from 663); Blue value is 205 (80.47% from 255 or 30.92% from 663); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF0CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF0CD is #250F32. Grayscale: #E5E5E5. Windows color (decimal): -2428723 or 13496538. OLE color: 13496538.

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

Color convert

RGB 218 240 205 -
CMYK 0.09 0 0.15 0.06
HSL 97.71º 0.54% 0.87% -
HSV(B) 97.71º 0.15% 0.94% -
XYZ 71.09 81.63 69.77 -
YUV 229.43 114.21 119.85 -
System Red Green Blue C M Y K H S L
Decimal 218 240 205 0.09 0 0.15 0.06 97.71 0.54 0.87
Hex DA F0 CD 9 0 F 6 62 36 57
Octal 332 360 315 11 0 17 6 142 66 127
Binary 11011010 11110000 11001101 1001 0 1111 110 1100010 110110 1010111

Color Harmonies of #DAF0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF0CD

Black with #DAF0CD

Text Example


Text Example

White with #DAF0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF0CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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