#DAF1CF

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

Shades of Snowy Mint #DAF1CF

Tints of Snowy Mint #DAF1CF

Color information

#DAF1CF (or 0xDAF1CF) is unknown color: approx Snowy Mint. HEX triplet: DA, F1 and CF. RGB value is (218,241,207). Sum of RGB (Red+Green+Blue) = 218+241+207=666 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.73% from 666); Green value is 241 (94.53% from 255 or 36.19% from 666); Blue value is 207 (81.25% from 255 or 31.08% from 666); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF1CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF1CF is #250E30. Grayscale: #E6E6E6. Windows color (decimal): -2428465 or 13627866. OLE color: 13627866.

HSL color Cylindrical-coordinate representation of color #DAF1CF: hue angle of 100.59º degrees, saturation: 0.55, 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 #DAF1CF is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB218241207-
CMYK0.1000.140.05
HSL100.59º54.84%87.84%-
HSV(B)100.59º14.11%94.51%-
XYZ71.6382.3271.15-
YUV230.25114.88119.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.73%
GREEN value IS 241 (94.53% from 255) = 36.19%
BLUE value IS 207 (81.25% from 255) = 31.08%
R=32.73%
G=36.19%
B=31.08%

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
Decimal2182412070.1000.140.05100.5954.8487.84
HexDAF1CFA0E5653758
Octal33236131712016514567130
Binary11011010111100011100111110100111010111001011101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF1CF; }

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

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

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

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

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

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

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

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