#DAF1CC

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

Shades of Snowy Mint #DAF1CC

Tints of Snowy Mint #DAF1CC

Color information

#DAF1CC (or 0xDAF1CC) is unknown color: approx Snowy Mint. HEX triplet: DA, F1 and CC. RGB value is (218,241,204). Sum of RGB (Red+Green+Blue) = 218+241+204=663 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.88% from 663); Green value is 241 (94.53% from 255 or 36.35% from 663); Blue value is 204 (80.08% from 255 or 30.77% from 663); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF1CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF1CC is #250E33. Grayscale: #E6E6E6. Windows color (decimal): -2428468 or 13431258. OLE color: 13431258.

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

Color convert

RGB218241204-
CMYK0.1000.150.05
HSL97.3º56.92%87.25%-
HSV(B)97.3º15.35%94.51%-
XYZ71.2782.1869.23-
YUV229.9113.38119.51-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.88%
GREEN value IS 241 (94.53% from 255) = 36.35%
BLUE value IS 204 (80.08% from 255) = 30.77%
R=32.88%
G=36.35%
B=30.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182412040.1000.150.0597.356.9287.25
HexDAF1CCA0F5613957
Octal33236131412017514171127
Binary11011010111100011100110010100111110111000011110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF1CC; }

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

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

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

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

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

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

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

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