#DAF9CD

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

Shades of Snowy Mint #DAF9CD

Tints of Snowy Mint #DAF9CD

Color information

#DAF9CD (or 0xDAF9CD) is unknown color: approx Snowy Mint. HEX triplet: DA, F9 and CD. RGB value is (218,249,205). Sum of RGB (Red+Green+Blue) = 218+249+205=672 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.44% from 672); Green value is 249 (97.66% from 255 or 37.05% from 672); Blue value is 205 (80.47% from 255 or 30.51% from 672); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF9CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF9CD is #250632. Grayscale: #EAEAEA. Windows color (decimal): -2426419 or 13498842. OLE color: 13498842.

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

Color convert

RGB218249205-
CMYK0.1200.180.02
HSL102.27º78.57%89.02%-
HSV(B)102.27º17.67%97.65%-
XYZ73.8187.0670.67-
YUV234.71111.23116.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.44%
GREEN value IS 249 (97.66% from 255) = 37.05%
BLUE value IS 205 (80.47% from 255) = 30.51%
R=32.44%
G=37.05%
B=30.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182492050.1200.180.02102.2778.5789.02
HexDAF9CDC0122664f59
Octal332371315140222146117131
Binary110110101111100111001101110001001010110011010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF9CD; }

 p { color: rgb(218,249,205); }

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

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

 a { background-color: rgb(218,249,205); }

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

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

 span { border-color: rgb(218,249,205); }

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