#DAF0CC

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

Shades of Snowy Mint #DAF0CC

Tints of Snowy Mint #DAF0CC

Color information

#DAF0CC (or 0xDAF0CC) is unknown color: approx Snowy Mint. HEX triplet: DA, F0 and CC. RGB value is (218,240,204). Sum of RGB (Red+Green+Blue) = 218+240+204=662 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.93% from 662); Green value is 240 (94.14% from 255 or 36.25% from 662); Blue value is 204 (80.08% from 255 or 30.82% from 662); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF0CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF0CC is #250F33. Grayscale: #E5E5E5. Windows color (decimal): -2428724 or 13431002. OLE color: 13431002.

HSL color Cylindrical-coordinate representation of color #DAF0CC: hue angle of 96.67º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAF0CC is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB218240204-
CMYK0.0900.150.06
HSL96.67º54.55%87.06%-
HSV(B)96.67º15%94.12%-
XYZ70.9781.5969.13-
YUV229.32113.71119.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.93%
GREEN value IS 240 (94.14% from 255) = 36.25%
BLUE value IS 204 (80.08% from 255) = 30.82%
R=32.93%
G=36.25%
B=30.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182402040.0900.150.0696.6754.5587.06
HexDAF0CC90F6613757
Octal33236031411017614167127
Binary11011010111100001100110010010111111011000011101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF0CC; }

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

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

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

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

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

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

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

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