#DEF6BD

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

Shades of Snow Flurry #DEF6BD

Tints of Snow Flurry #DEF6BD

Color information

#DEF6BD (or 0xDEF6BD) is unknown color: approx Snow Flurry. HEX triplet: DE, F6 and BD. RGB value is (222,246,189). Sum of RGB (Red+Green+Blue) = 222+246+189=657 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.79% from 657); Green value is 246 (96.48% from 255 or 37.44% from 657); Blue value is 189 (74.22% from 255 or 28.77% from 657); Max value from RGB is 246 - color contains mainly: green. Hex color #DEF6BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF6BD is #210942. Grayscale: #E8E8E8. Windows color (decimal): -2165059 or 12449502. OLE color: 12449502.

HSL color Cylindrical-coordinate representation of color #DEF6BD: hue angle of 85.26º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEF6BD is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB222246189-
CMYK0.1000.230.04
HSL85.26º76%85.29%-
HSV(B)85.26º23.17%96.47%-
XYZ72.2785.1260.76-
YUV232.33103.55120.63-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.79%
GREEN value IS 246 (96.48% from 255) = 37.44%
BLUE value IS 189 (74.22% from 255) = 28.77%
R=33.79%
G=37.44%
B=28.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2222461890.1000.230.0485.267685.29
HexDEF6BDA0174554c55
Octal336366275120274125114125
Binary1101111011110110101111011010010111100101010110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF6BD; }

 p { color: rgb(222,246,189); }

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

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

 a { background-color: rgb(222,246,189); }

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

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

 span { border-color: rgb(222,246,189); }

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