#DEF2C0

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

Shades of Snow Flurry #DEF2C0

Tints of Snow Flurry #DEF2C0

Color information

#DEF2C0 (or 0xDEF2C0) is unknown color: approx Snow Flurry. HEX triplet: DE, F2 and C0. RGB value is (222,242,192). Sum of RGB (Red+Green+Blue) = 222+242+192=656 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.84% from 656); Green value is 242 (94.92% from 255 or 36.89% from 656); Blue value is 192 (75.39% from 255 or 29.27% from 656); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF2C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF2C0 is #210D3F. Grayscale: #E6E6E6. Windows color (decimal): -2166080 or 12645086. OLE color: 12645086.

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

Color convert

RGB222242192-
CMYK0.0800.210.05
HSL84º65.79%85.1%-
HSV(B)84º20.66%94.9%-
XYZ71.3982.8462.1-
YUV230.32106.37122.07-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.84%
GREEN value IS 242 (94.92% from 255) = 36.89%
BLUE value IS 192 (75.39% from 255) = 29.27%
R=33.84%
G=36.89%
B=29.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222421920.0800.210.058465.7985.1
HexDEF2C080155544255
Octal336362300100255124102125
Binary1101111011110010110000001000010101101101010010000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF2C0; }

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

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

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

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

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

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

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

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