#DAF3D0

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

Shades of Snowy Mint #DAF3D0

Tints of Snowy Mint #DAF3D0

Color information

#DAF3D0 (or 0xDAF3D0) is unknown color: approx Snowy Mint. HEX triplet: DA, F3 and D0. RGB value is (218,243,208). Sum of RGB (Red+Green+Blue) = 218+243+208=669 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.59% from 669); Green value is 243 (95.31% from 255 or 36.32% from 669); Blue value is 208 (81.64% from 255 or 31.09% from 669); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF3D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF3D0 is #250C2F. Grayscale: #E7E7E7. Windows color (decimal): -2427952 or 13693914. OLE color: 13693914.

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

Color convert

RGB218243208-
CMYK0.1000.140.05
HSL102.86º59.32%88.43%-
HSV(B)102.86º14.4%95.29%-
XYZ72.3583.5671.99-
YUV231.53114.72118.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.59%
GREEN value IS 243 (95.31% from 255) = 36.32%
BLUE value IS 208 (81.64% from 255) = 31.09%
R=32.59%
G=36.32%
B=31.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182432080.1000.140.05102.8659.3288.43
HexDAF3D0A0E5673b58
Octal33236332012016514773130
Binary11011010111100111101000010100111010111001111110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF3D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF3D0; }

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

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

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

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

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

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

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

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