#DEF9BA

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

Shades of Snow Flurry #DEF9BA

Tints of Snow Flurry #DEF9BA

Color information

#DEF9BA (or 0xDEF9BA) is unknown color: approx Snow Flurry. HEX triplet: DE, F9 and BA. RGB value is (222,249,186). Sum of RGB (Red+Green+Blue) = 222+249+186=657 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.79% from 657); Green value is 249 (97.66% from 255 or 37.90% from 657); Blue value is 186 (73.05% from 255 or 28.31% from 657); Max value from RGB is 249 - color contains mainly: green. Hex color #DEF9BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF9BA is #210645. Grayscale: #E9E9E9. Windows color (decimal): -2164294 or 12253662. OLE color: 12253662.

HSL color Cylindrical-coordinate representation of color #DEF9BA: hue angle of 85.71º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEF9BA is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB222249186-
CMYK0.1100.250.02
HSL85.71º84%85.29%-
HSV(B)85.71º25.3%97.65%-
XYZ72.8686.8359.37-
YUV233.74101.05119.62-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.79%
GREEN value IS 249 (97.66% from 255) = 37.90%
BLUE value IS 186 (73.05% from 255) = 28.31%
R=33.79%
G=37.90%
B=28.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222491860.1100.250.0285.718485.29
HexDEF9BAB0192565455
Octal336371272130312126124125
Binary110111101111100110111010101101100110101011010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF9BA; }

 p { color: rgb(222,249,186); }

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

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

 a { background-color: rgb(222,249,186); }

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

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

 span { border-color: rgb(222,249,186); }

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