#DEF8B6

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

Shades of Snow Flurry #DEF8B6

Tints of Snow Flurry #DEF8B6

Color information

#DEF8B6 (or 0xDEF8B6) is unknown color: approx Snow Flurry. HEX triplet: DE, F8 and B6. RGB value is (222,248,182). Sum of RGB (Red+Green+Blue) = 222+248+182=652 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.05% from 652); Green value is 248 (97.27% from 255 or 38.04% from 652); Blue value is 182 (71.48% from 255 or 27.91% from 652); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF8B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF8B6 is #210749. Grayscale: #E8E8E8. Windows color (decimal): -2164554 or 11991262. OLE color: 11991262.

HSL color Cylindrical-coordinate representation of color #DEF8B6: hue angle of 83.64º degrees, saturation: 0.82, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DEF8B6 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB222248182-
CMYK0.1000.270.03
HSL83.64º82.5%84.31%-
HSV(B)83.64º26.61%97.25%-
XYZ72.1486.0457.06-
YUV232.799.39120.37-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.05%
GREEN value IS 248 (97.27% from 255) = 38.04%
BLUE value IS 182 (71.48% from 255) = 27.91%
R=34.05%
G=38.04%
B=27.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2222481820.1000.270.0383.6482.584.31
HexDEF8B6A01B3545254
Octal336370266120333124122124
Binary110111101111100010110110101001101111101010010100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF8B6; }

 p { color: rgb(222,248,182); }

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

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

 a { background-color: rgb(222,248,182); }

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

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

 span { border-color: rgb(222,248,182); }

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