#DEFCB5

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

Shades of Snow Flurry #DEFCB5

Tints of Snow Flurry #DEFCB5

Color information

#DEFCB5 (or 0xDEFCB5) is unknown color: approx Snow Flurry. HEX triplet: DE, FC and B5. RGB value is (222,252,181). Sum of RGB (Red+Green+Blue) = 222+252+181=655 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.89% from 655); Green value is 252 (98.83% from 255 or 38.47% from 655); Blue value is 181 (71.09% from 255 or 27.63% from 655); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFCB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFCB5 is #21034A. Grayscale: #EBEBEB. Windows color (decimal): -2163531 or 11926750. OLE color: 11926750.

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

Color convert

RGB222252181-
CMYK0.1200.280.01
HSL85.35º92.21%84.9%-
HSV(B)85.35º28.17%98.82%-
XYZ73.2888.4956.93-
YUV234.9497.56118.77-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.89%
GREEN value IS 252 (98.83% from 255) = 38.47%
BLUE value IS 181 (71.09% from 255) = 27.63%
R=33.89%
G=38.47%
B=27.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2222521810.1200.280.0185.3592.2184.9
HexDEFCB5C01C1555c55
Octal336374265140341125134125
Binary11011110111111001011010111000111001101010110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFCB5; }

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

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

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

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

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

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

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

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