#DAF0CD

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

Shades of Snowy Mint #DAF0CD

Tints of Snowy Mint #DAF0CD

Color information

#DAF0CD (or 0xDAF0CD) is unknown color: approx 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

RGB218240205-
CMYK0.0900.150.06
HSL97.71º53.85%87.25%-
HSV(B)97.71º14.58%94.12%-
XYZ71.0981.6369.77-
YUV229.43114.21119.85-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.88%
GREEN value IS 240 (94.14% from 255) = 36.20%
BLUE value IS 205 (80.47% from 255) = 30.92%
R=32.88%
G=36.20%
B=30.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182402050.0900.150.0697.7153.8587.25
HexDAF0CD90F6623657
Octal33236031511017614266127
Binary11011010111100001100110110010111111011000101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>