#DAFCCC

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

Shades of Snowy Mint #DAFCCC

Tints of Snowy Mint #DAFCCC

Color information

#DAFCCC (or 0xDAFCCC) is unknown color: approx Snowy Mint. HEX triplet: DA, FC and CC. RGB value is (218,252,204). Sum of RGB (Red+Green+Blue) = 218+252+204=674 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.34% from 674); Green value is 252 (98.83% from 255 or 37.39% from 674); Blue value is 204 (80.08% from 255 or 30.27% from 674); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFCCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFCCC is #250333. Grayscale: #ECECEC. Windows color (decimal): -2425652 or 13434074. OLE color: 13434074.

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

Color convert

RGB218252204-
CMYK0.1300.190.01
HSL102.5º88.89%89.41%-
HSV(B)102.5º19.05%98.82%-
XYZ74.6288.8970.35-
YUV236.36109.74114.9-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.34%
GREEN value IS 252 (98.83% from 255) = 37.39%
BLUE value IS 204 (80.08% from 255) = 30.27%
R=32.34%
G=37.39%
B=30.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182522040.1300.190.01102.588.8989.41
HexDAFCCCD0131665959
Octal332374314150231146131131
Binary11011010111111001100110011010100111110011010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFCCC; }

 p { color: rgb(218,252,204); }

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

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

 a { background-color: rgb(218,252,204); }

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

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

 span { border-color: rgb(218,252,204); }

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