#DEF6C5

Color #DEF6C5 Snow Flurry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snow Flurry #DEF6C5

Tints of Snow Flurry #DEF6C5

Color information

#DEF6C5 (or 0xDEF6C5) is unknown color: approx Snow Flurry. HEX triplet: DE, F6 and C5. RGB value is (222,246,197). Sum of RGB (Red+Green+Blue) = 222+246+197=665 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.38% from 665); Green value is 246 (96.48% from 255 or 36.99% from 665); Blue value is 197 (77.34% from 255 or 29.62% from 665); Max value from RGB is 246 - color contains mainly: green. Hex color #DEF6C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF6C5 is #21093A. Grayscale: #E9E9E9. Windows color (decimal): -2165051 or 12973790. OLE color: 12973790.

HSL color Cylindrical-coordinate representation of color #DEF6C5: hue angle of 89.39º degrees, saturation: 0.73, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DEF6C5 is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB222246197-
CMYK0.1000.200.04
HSL89.39º73.13%86.86%-
HSV(B)89.39º19.92%96.47%-
XYZ73.1685.4765.47-
YUV233.24107.55119.98-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.38%
GREEN value IS 246 (96.48% from 255) = 36.99%
BLUE value IS 197 (77.34% from 255) = 29.62%
R=33.38%
G=36.99%
B=29.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2222461970.1000.200.0489.3973.1386.86
HexDEF6C5A0144594957
Octal336366305120244131111127
Binary1101111011110110110001011010010100100101100110010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF6C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF6C5; }

 p { color: rgb(222,246,197); }

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

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

 a { background-color: rgb(222,246,197); }

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

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

 span { border-color: rgb(222,246,197); }

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