#DAFDCA

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

Shades of Snowy Mint #DAFDCA

Tints of Snowy Mint #DAFDCA

Color information

#DAFDCA (or 0xDAFDCA) is unknown color: approx Snowy Mint. HEX triplet: DA, FD and CA. RGB value is (218,253,202). Sum of RGB (Red+Green+Blue) = 218+253+202=673 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.39% from 673); Green value is 253 (99.22% from 255 or 37.59% from 673); Blue value is 202 (79.30% from 255 or 30.01% from 673); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFDCA is #250235. Grayscale: #ECECEC. Windows color (decimal): -2425398 or 13303258. OLE color: 13303258.

HSL color Cylindrical-coordinate representation of color #DAFDCA: hue angle of 101.18º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAFDCA is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB218253202-
CMYK0.1400.200.01
HSL101.18º92.73%89.22%-
HSV(B)101.18º20.16%99.22%-
XYZ74.789.4269.2-
YUV236.72108.4114.65-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.39%
GREEN value IS 253 (99.22% from 255) = 37.59%
BLUE value IS 202 (79.30% from 255) = 30.01%
R=32.39%
G=37.59%
B=30.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182532020.1400.200.01101.1892.7389.22
HexDAFDCAE0141655d59
Octal332375312160241145135131
Binary11011010111111011100101011100101001110010110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFDCA; }

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

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

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

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

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

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

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

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