#DEF3BE

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

Shades of Snow Flurry #DEF3BE

Tints of Snow Flurry #DEF3BE

Color information

#DEF3BE (or 0xDEF3BE) is unknown color: approx Snow Flurry. HEX triplet: DE, F3 and BE. RGB value is (222,243,190). Sum of RGB (Red+Green+Blue) = 222+243+190=655 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.89% from 655); Green value is 243 (95.31% from 255 or 37.10% from 655); Blue value is 190 (74.61% from 255 or 29.01% from 655); Max value from RGB is 243 - color contains mainly: green. Hex color #DEF3BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF3BE is #210C41. Grayscale: #E6E6E6. Windows color (decimal): -2165826 or 12514270. OLE color: 12514270.

HSL color Cylindrical-coordinate representation of color #DEF3BE: hue angle of 83.77º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEF3BE is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB222243190-
CMYK0.0900.220.05
HSL83.77º68.83%84.9%-
HSV(B)83.77º21.81%95.29%-
XYZ71.4783.3561.04-
YUV230.68105.04121.81-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.89%
GREEN value IS 243 (95.31% from 255) = 37.10%
BLUE value IS 190 (74.61% from 255) = 29.01%
R=33.89%
G=37.10%
B=29.01%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222431900.0900.220.0583.7768.8384.9
HexDEF3BE90165544555
Octal336363276110265124105125
Binary1101111011110011101111101001010110101101010010001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF3BE; }

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

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

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

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

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

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

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

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