#DEF1B4

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

Shades of Snow Flurry #DEF1B4

Tints of Snow Flurry #DEF1B4

Color information

#DEF1B4 (or 0xDEF1B4) is unknown color: approx Snow Flurry. HEX triplet: DE, F1 and B4. RGB value is (222,241,180). Sum of RGB (Red+Green+Blue) = 222+241+180=643 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.53% from 643); Green value is 241 (94.53% from 255 or 37.48% from 643); Blue value is 180 (70.70% from 255 or 27.99% from 643); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF1B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF1B4 is #210E4B. Grayscale: #E4E4E4. Windows color (decimal): -2166348 or 11858398. OLE color: 11858398.

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

Color convert

RGB222241180-
CMYK0.0800.250.05
HSL78.69º68.54%82.55%-
HSV(B)78.69º25.31%94.51%-
XYZ69.8281.7455.28-
YUV228.36100.71123.46-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.53%
GREEN value IS 241 (94.53% from 255) = 37.48%
BLUE value IS 180 (70.70% from 255) = 27.99%
R=34.53%
G=37.48%
B=27.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222411800.0800.250.0578.6968.5482.55
HexDEF1B4801954f4553
Octal336361264100315117105123
Binary1101111011110001101101001000011001101100111110001011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF1B4; }

 p { color: rgb(222,241,180); }

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

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

 a { background-color: rgb(222,241,180); }

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

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

 span { border-color: rgb(222,241,180); }

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