#DAF8CD

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

Shades of Snowy Mint #DAF8CD

Tints of Snowy Mint #DAF8CD

Color information

#DAF8CD (or 0xDAF8CD) is unknown color: approx Snowy Mint. HEX triplet: DA, F8 and CD. RGB value is (218,248,205). Sum of RGB (Red+Green+Blue) = 218+248+205=671 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.49% from 671); Green value is 248 (97.27% from 255 or 36.96% from 671); Blue value is 205 (80.47% from 255 or 30.55% from 671); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF8CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF8CD is #250732. Grayscale: #EAEAEA. Windows color (decimal): -2426675 or 13498586. OLE color: 13498586.

HSL color Cylindrical-coordinate representation of color #DAF8CD: hue angle of 101.86º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAF8CD is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB218248205-
CMYK0.1200.170.03
HSL101.86º75.44%88.82%-
HSV(B)101.86º17.34%97.25%-
XYZ73.586.4570.57-
YUV234.13111.56116.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.49%
GREEN value IS 248 (97.27% from 255) = 36.96%
BLUE value IS 205 (80.47% from 255) = 30.55%
R=32.49%
G=36.96%
B=30.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2182482050.1200.170.03101.8675.4488.82
HexDAF8CDC0113664b59
Octal332370315140213146113131
Binary110110101111100011001101110001000111110011010010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF8CD; }

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

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

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

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

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

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

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

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