#DEF4BE

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

Shades of Snow Flurry #DEF4BE

Tints of Snow Flurry #DEF4BE

Color information

#DEF4BE (or 0xDEF4BE) is unknown color: approx Snow Flurry. HEX triplet: DE, F4 and BE. RGB value is (222,244,190). Sum of RGB (Red+Green+Blue) = 222+244+190=656 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.84% from 656); Green value is 244 (95.70% from 255 or 37.20% from 656); Blue value is 190 (74.61% from 255 or 28.96% from 656); Max value from RGB is 244 - color contains mainly: green. Hex color #DEF4BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF4BE is #210B41. Grayscale: #E7E7E7. Windows color (decimal): -2165570 or 12514526. OLE color: 12514526.

HSL color Cylindrical-coordinate representation of color #DEF4BE: hue angle of 84.44º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEF4BE is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB222244190-
CMYK0.0900.220.04
HSL84.44º71.05%85.1%-
HSV(B)84.44º22.13%95.69%-
XYZ71.7783.9561.14-
YUV231.27104.71121.39-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.84%
GREEN value IS 244 (95.70% from 255) = 37.20%
BLUE value IS 190 (74.61% from 255) = 28.96%
R=33.84%
G=37.20%
B=28.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2222441900.0900.220.0484.4471.0585.1
HexDEF4BE90164544755
Octal336364276110264124107125
Binary1101111011110100101111101001010110100101010010001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF4BE; }

 p { color: rgb(222,244,190); }

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

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

 a { background-color: rgb(222,244,190); }

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

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

 span { border-color: rgb(222,244,190); }

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