#DAFBCF

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

Shades of Snowy Mint #DAFBCF

Tints of Snowy Mint #DAFBCF

Color information

#DAFBCF (or 0xDAFBCF) is unknown color: approx Snowy Mint. HEX triplet: DA, FB and CF. RGB value is (218,251,207). Sum of RGB (Red+Green+Blue) = 218+251+207=676 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.25% from 676); Green value is 251 (98.44% from 255 or 37.13% from 676); Blue value is 207 (81.25% from 255 or 30.62% from 676); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFBCF is #250430. Grayscale: #ECECEC. Windows color (decimal): -2425905 or 13630426. OLE color: 13630426.

HSL color Cylindrical-coordinate representation of color #DAFBCF: hue angle of 105º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAFBCF is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB218251207-
CMYK0.1300.180.02
HSL105º84.62%89.8%-
HSV(B)105º17.53%98.43%-
XYZ74.6788.472.16-
YUV236.12111.57115.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.25%
GREEN value IS 251 (98.44% from 255) = 37.13%
BLUE value IS 207 (81.25% from 255) = 30.62%
R=32.25%
G=37.13%
B=30.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182512070.1300.180.0210584.6289.8
HexDAFBCFD012269555a
Octal332373317150222151125132
Binary110110101111101111001111110101001010110100110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFBCF; }

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

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

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

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

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

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

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

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