#DAF3CF

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

Shades of Snowy Mint #DAF3CF

Tints of Snowy Mint #DAF3CF

Color information

#DAF3CF (or 0xDAF3CF) is unknown color: approx Snowy Mint. HEX triplet: DA, F3 and CF. RGB value is (218,243,207). Sum of RGB (Red+Green+Blue) = 218+243+207=668 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.63% from 668); Green value is 243 (95.31% from 255 or 36.38% from 668); Blue value is 207 (81.25% from 255 or 30.99% from 668); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF3CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF3CF is #250C30. Grayscale: #E7E7E7. Windows color (decimal): -2427953 or 13628378. OLE color: 13628378.

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

Color convert

RGB218243207-
CMYK0.1000.150.05
HSL101.67º60%88.24%-
HSV(B)101.67º14.81%95.29%-
XYZ72.2383.5171.34-
YUV231.42114.22118.43-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.63%
GREEN value IS 243 (95.31% from 255) = 36.38%
BLUE value IS 207 (81.25% from 255) = 30.99%
R=32.63%
G=36.38%
B=30.99%

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
Decimal2182432070.1000.150.05101.676088.24
HexDAF3CFA0F5663c58
Octal33236331712017514674130
Binary11011010111100111100111110100111110111001101111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF3CF; }

 p { color: rgb(218,243,207); }

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

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

 a { background-color: rgb(218,243,207); }

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

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

 span { border-color: rgb(218,243,207); }

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