#DEF2C1

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

Shades of Snow Flurry #DEF2C1

Tints of Snow Flurry #DEF2C1

Color information

#DEF2C1 (or 0xDEF2C1) is unknown color: approx Snow Flurry. HEX triplet: DE, F2 and C1. RGB value is (222,242,193). Sum of RGB (Red+Green+Blue) = 222+242+193=657 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.79% from 657); Green value is 242 (94.92% from 255 or 36.83% from 657); Blue value is 193 (75.78% from 255 or 29.38% from 657); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF2C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF2C1 is #210D3E. Grayscale: #E6E6E6. Windows color (decimal): -2166079 or 12710622. OLE color: 12710622.

HSL color Cylindrical-coordinate representation of color #DEF2C1: hue angle of 84.49º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DEF2C1 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB222242193-
CMYK0.0800.200.05
HSL84.49º65.33%85.29%-
HSV(B)84.49º20.25%94.9%-
XYZ71.582.8862.68-
YUV230.43106.87121.98-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.79%
GREEN value IS 242 (94.92% from 255) = 36.83%
BLUE value IS 193 (75.78% from 255) = 29.38%
R=33.79%
G=36.83%
B=29.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222421930.0800.200.0584.4965.3385.29
HexDEF2C180145544155
Octal336362301100245124101125
Binary1101111011110010110000011000010100101101010010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF2C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF2C1; }

 p { color: rgb(222,242,193); }

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

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

 a { background-color: rgb(222,242,193); }

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

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

 span { border-color: rgb(222,242,193); }

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