#DEF0BE

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

Shades of Snow Flurry #DEF0BE

Tints of Snow Flurry #DEF0BE

Color information

#DEF0BE (or 0xDEF0BE) is unknown color: approx Snow Flurry. HEX triplet: DE, F0 and BE. RGB value is (222,240,190). Sum of RGB (Red+Green+Blue) = 222+240+190=652 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.05% from 652); Green value is 240 (94.14% from 255 or 36.81% from 652); Blue value is 190 (74.61% from 255 or 29.14% from 652); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF0BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF0BE is #210F41. Grayscale: #E5E5E5. Windows color (decimal): -2166594 or 12513502. OLE color: 12513502.

HSL color Cylindrical-coordinate representation of color #DEF0BE: hue angle of 81.6º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEF0BE is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB222240190-
CMYK0.0800.210.06
HSL81.6º62.5%84.31%-
HSV(B)81.6º20.83%94.12%-
XYZ70.5881.5760.74-
YUV228.92106.04123.07-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.05%
GREEN value IS 240 (94.14% from 255) = 36.81%
BLUE value IS 190 (74.61% from 255) = 29.14%
R=34.05%
G=36.81%
B=29.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2222401900.0800.210.0681.662.584.31
HexDEF0BE80156523e54
Octal33636027610025612276124
Binary110111101111000010111110100001010111010100101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF0BE; }

 p { color: rgb(222,240,190); }

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

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

 a { background-color: rgb(222,240,190); }

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

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

 span { border-color: rgb(222,240,190); }

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