#DAF2CB

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

Shades of Snowy Mint #DAF2CB

Tints of Snowy Mint #DAF2CB

Color information

#DAF2CB (or 0xDAF2CB) is unknown color: approx Snowy Mint. HEX triplet: DA, F2 and CB. RGB value is (218,242,203). Sum of RGB (Red+Green+Blue) = 218+242+203=663 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.88% from 663); Green value is 242 (94.92% from 255 or 36.50% from 663); Blue value is 203 (79.69% from 255 or 30.62% from 663); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF2CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF2CB is #250D34. Grayscale: #E6E6E6. Windows color (decimal): -2428213 or 13365978. OLE color: 13365978.

HSL color Cylindrical-coordinate representation of color #DAF2CB: hue angle of 96.92º degrees, saturation: 0.6, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAF2CB is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB218242203-
CMYK0.1000.160.05
HSL96.92º60%87.25%-
HSV(B)96.92º16.12%94.9%-
XYZ71.4582.7268.7-
YUV230.38112.55119.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.88%
GREEN value IS 242 (94.92% from 255) = 36.50%
BLUE value IS 203 (79.69% from 255) = 30.62%
R=32.88%
G=36.50%
B=30.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182422030.1000.160.0596.926087.25
HexDAF2CBA0105613c57
Octal33236231312020514174127
Binary110110101111001011001011101001000010111000011111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF2CB; }

 p { color: rgb(218,242,203); }

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

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

 a { background-color: rgb(218,242,203); }

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

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

 span { border-color: rgb(218,242,203); }

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