#DEFEBB

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

Shades of Snow Flurry #DEFEBB

Tints of Snow Flurry #DEFEBB

Color information

#DEFEBB (or 0xDEFEBB) is unknown color: approx Snow Flurry. HEX triplet: DE, FE and BB. RGB value is (222,254,187). Sum of RGB (Red+Green+Blue) = 222+254+187=663 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.48% from 663); Green value is 254 (99.61% from 255 or 38.31% from 663); Blue value is 187 (73.44% from 255 or 28.21% from 663); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFEBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFEBB is #210144. Grayscale: #EDEDED. Windows color (decimal): -2163013 or 12320478. OLE color: 12320478.

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

Color convert

RGB222254187-
CMYK0.1300.260.00
HSL88.66º97.1%86.47%-
HSV(B)88.66º26.38%99.61%-
XYZ74.549060.46-
YUV236.7999.9117.45-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.48%
GREEN value IS 254 (99.61% from 255) = 38.31%
BLUE value IS 187 (73.44% from 255) = 28.21%
R=33.48%
G=38.31%
B=28.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2222541870.1300.260.0088.6697.186.47
HexDEFEBBD01A0596156
Octal336376273150320131141126
Binary11011110111111101011101111010110100101100111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFEBB; }

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

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

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

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

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

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

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

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