#DAF2CF

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

Shades of Snowy Mint #DAF2CF

Tints of Snowy Mint #DAF2CF

Color information

#DAF2CF (or 0xDAF2CF) is unknown color: approx Snowy Mint. HEX triplet: DA, F2 and CF. RGB value is (218,242,207). Sum of RGB (Red+Green+Blue) = 218+242+207=667 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.68% from 667); Green value is 242 (94.92% from 255 or 36.28% from 667); Blue value is 207 (81.25% from 255 or 31.03% from 667); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF2CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF2CF is #250D30. Grayscale: #E6E6E6. Windows color (decimal): -2428209 or 13628122. OLE color: 13628122.

HSL color Cylindrical-coordinate representation of color #DAF2CF: hue angle of 101.14º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAF2CF is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB218242207-
CMYK0.1000.140.05
HSL101.14º57.38%88.04%-
HSV(B)101.14º14.46%94.9%-
XYZ71.9382.9171.24-
YUV230.83114.55118.85-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.68%
GREEN value IS 242 (94.92% from 255) = 36.28%
BLUE value IS 207 (81.25% from 255) = 31.03%
R=32.68%
G=36.28%
B=31.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182422070.1000.140.05101.1457.3888.04
HexDAF2CFA0E5653958
Octal33236231712016514571130
Binary11011010111100101100111110100111010111001011110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF2CF; }

 p { color: rgb(218,242,207); }

 H1.HeaderClassName
 {
   color: #DAF2CF;
 }
 .AnyTagClassName
 {
   color: #DAF2CF;
 }
</style>
background-color css

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

 a { background-color: rgb(218,242,207); }

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

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

 span { border-color: rgb(218,242,207); }

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