#DAF5CC

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

Shades of Snowy Mint #DAF5CC

Tints of Snowy Mint #DAF5CC

Color information

#DAF5CC (or 0xDAF5CC) is unknown color: approx Snowy Mint. HEX triplet: DA, F5 and CC. RGB value is (218,245,204). Sum of RGB (Red+Green+Blue) = 218+245+204=667 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.68% from 667); Green value is 245 (96.09% from 255 or 36.73% from 667); Blue value is 204 (80.08% from 255 or 30.58% from 667); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF5CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF5CC is #250A33. Grayscale: #E8E8E8. Windows color (decimal): -2427444 or 13432282. OLE color: 13432282.

HSL color Cylindrical-coordinate representation of color #DAF5CC: hue angle of 99.51º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAF5CC is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB218245204-
CMYK0.1100.170.04
HSL99.51º67.21%88.04%-
HSV(B)99.51º16.73%96.08%-
XYZ72.4684.5769.63-
YUV232.25112.05117.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.68%
GREEN value IS 245 (96.09% from 255) = 36.73%
BLUE value IS 204 (80.08% from 255) = 30.58%
R=32.68%
G=36.73%
B=30.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2182452040.1100.170.0499.5167.2188.04
HexDAF5CCB0114644358
Octal332365314130214144103130
Binary1101101011110101110011001011010001100110010010000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF5CC; }

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

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

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

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

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

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

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

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