#DEFCB4

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

Shades of Snow Flurry #DEFCB4

Tints of Snow Flurry #DEFCB4

Color information

#DEFCB4 (or 0xDEFCB4) is unknown color: approx Snow Flurry. HEX triplet: DE, FC and B4. RGB value is (222,252,180). Sum of RGB (Red+Green+Blue) = 222+252+180=654 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.94% from 654); Green value is 252 (98.83% from 255 or 38.53% from 654); Blue value is 180 (70.70% from 255 or 27.52% from 654); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFCB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFCB4 is #21034B. Grayscale: #EBEBEB. Windows color (decimal): -2163532 or 11861214. OLE color: 11861214.

HSL color Cylindrical-coordinate representation of color #DEFCB4: hue angle of 85º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEFCB4 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB222252180-
CMYK0.1200.290.01
HSL85º92.31%84.71%-
HSV(B)85º28.57%98.82%-
XYZ73.1788.4556.4-
YUV234.8297.06118.85-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.94%
GREEN value IS 252 (98.83% from 255) = 38.53%
BLUE value IS 180 (70.70% from 255) = 27.52%
R=33.94%
G=38.53%
B=27.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2222521800.1200.290.018592.3184.71
HexDEFCB4C01D1555c55
Octal336374264140351125134125
Binary11011110111111001011010011000111011101010110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFCB4; }

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

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

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

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

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

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

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

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