#DAFBCD

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

Shades of Snowy Mint #DAFBCD

Tints of Snowy Mint #DAFBCD

Color information

#DAFBCD (or 0xDAFBCD) is unknown color: approx Snowy Mint. HEX triplet: DA, FB and CD. RGB value is (218,251,205). Sum of RGB (Red+Green+Blue) = 218+251+205=674 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.34% from 674); Green value is 251 (98.44% from 255 or 37.24% from 674); Blue value is 205 (80.47% from 255 or 30.42% from 674); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFBCD is #250432. Grayscale: #ECECEC. Windows color (decimal): -2425907 or 13499354. OLE color: 13499354.

HSL color Cylindrical-coordinate representation of color #DAFBCD: hue angle of 103.04º degrees, saturation: 0.85, 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 #DAFBCD is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB218251205-
CMYK0.1300.180.02
HSL103.04º85.19%89.41%-
HSV(B)103.04º18.33%98.43%-
XYZ74.4388.3170.88-
YUV235.89110.57115.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.34%
GREEN value IS 251 (98.44% from 255) = 37.24%
BLUE value IS 205 (80.47% from 255) = 30.42%
R=32.34%
G=37.24%
B=30.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182512050.1300.180.02103.0485.1989.41
HexDAFBCDD0122675559
Octal332373315150222147125131
Binary110110101111101111001101110101001010110011110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFBCD; }

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

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

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

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

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

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

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

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