#DAFDCF

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

Shades of Snowy Mint #DAFDCF

Tints of Snowy Mint #DAFDCF

Color information

#DAFDCF (or 0xDAFDCF) is unknown color: approx Snowy Mint. HEX triplet: DA, FD and CF. RGB value is (218,253,207). Sum of RGB (Red+Green+Blue) = 218+253+207=678 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.15% from 678); Green value is 253 (99.22% from 255 or 37.32% from 678); Blue value is 207 (81.25% from 255 or 30.53% from 678); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFDCF is #250230. Grayscale: #EDEDED. Windows color (decimal): -2425393 or 13630938. OLE color: 13630938.

HSL color Cylindrical-coordinate representation of color #DAFDCF: hue angle of 105.65º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAFDCF is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB218253207-
CMYK0.1400.180.01
HSL105.65º92%90.2%-
HSV(B)105.65º18.18%99.22%-
XYZ75.389.6672.37-
YUV237.29110.9114.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.15%
GREEN value IS 253 (99.22% from 255) = 37.32%
BLUE value IS 207 (81.25% from 255) = 30.53%
R=32.15%
G=37.32%
B=30.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182532070.1400.180.01105.659290.2
HexDAFDCFE01216a5c5a
Octal332375317160221152134132
Binary11011010111111011100111111100100101110101010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFDCF; }

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

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

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

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

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

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

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

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