#DEFEB4

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

Shades of Snow Flurry #DEFEB4

Tints of Snow Flurry #DEFEB4

Color information

#DEFEB4 (or 0xDEFEB4) is unknown color: approx Snow Flurry. HEX triplet: DE, FE and B4. RGB value is (222,254,180). Sum of RGB (Red+Green+Blue) = 222+254+180=656 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.84% from 656); Green value is 254 (99.61% from 255 or 38.72% from 656); Blue value is 180 (70.70% from 255 or 27.44% from 656); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFEB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFEB4 is #21014B. Grayscale: #ECECEC. Windows color (decimal): -2163020 or 11861726. OLE color: 11861726.

HSL color Cylindrical-coordinate representation of color #DEFEB4: hue angle of 85.95º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEFEB4 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.00.

Color convert

RGB222254180-
CMYK0.1300.290.00
HSL85.95º97.37%85.1%-
HSV(B)85.95º29.13%99.61%-
XYZ73.889.7156.61-
YUV23696.4118.02-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.84%
GREEN value IS 254 (99.61% from 255) = 38.72%
BLUE value IS 180 (70.70% from 255) = 27.44%
R=33.84%
G=38.72%
B=27.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2222541800.1300.290.0085.9597.3785.1
HexDEFEB4D01D0566155
Octal336376264150350126141125
Binary11011110111111101011010011010111010101011011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFEB4; }

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

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

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

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

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

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

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

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