#DEF3C5

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

Shades of Snow Flurry #DEF3C5

Tints of Snow Flurry #DEF3C5

Color information

#DEF3C5 (or 0xDEF3C5) is unknown color: approx Snow Flurry. HEX triplet: DE, F3 and C5. RGB value is (222,243,197). Sum of RGB (Red+Green+Blue) = 222+243+197=662 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.53% from 662); Green value is 243 (95.31% from 255 or 36.71% from 662); Blue value is 197 (77.34% from 255 or 29.76% from 662); Max value from RGB is 243 - color contains mainly: green. Hex color #DEF3C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF3C5 is #210C3A. Grayscale: #E7E7E7. Windows color (decimal): -2165819 or 12973022. OLE color: 12973022.

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

Color convert

RGB222243197-
CMYK0.0900.190.05
HSL87.39º65.71%86.27%-
HSV(B)87.39º18.93%95.29%-
XYZ72.2583.6665.16-
YUV231.48108.54121.24-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.53%
GREEN value IS 243 (95.31% from 255) = 36.71%
BLUE value IS 197 (77.34% from 255) = 29.76%
R=33.53%
G=36.71%
B=29.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222431970.0900.190.0587.3965.7186.27
HexDEF3C590135574256
Octal336363305110235127102126
Binary1101111011110011110001011001010011101101011110000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF3C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF3C5; }

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

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

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

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

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

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

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

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