#DEF9BC

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

Shades of Snow Flurry #DEF9BC

Tints of Snow Flurry #DEF9BC

Color information

#DEF9BC (or 0xDEF9BC) is unknown color: approx Snow Flurry. HEX triplet: DE, F9 and BC. RGB value is (222,249,188). Sum of RGB (Red+Green+Blue) = 222+249+188=659 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.69% from 659); Green value is 249 (97.66% from 255 or 37.78% from 659); Blue value is 188 (73.83% from 255 or 28.53% from 659); Max value from RGB is 249 - color contains mainly: green. Hex color #DEF9BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF9BC is #210643. Grayscale: #EAEAEA. Windows color (decimal): -2164292 or 12384734. OLE color: 12384734.

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

Color convert

RGB222249188-
CMYK0.1100.240.02
HSL86.56º83.56%85.69%-
HSV(B)86.56º24.5%97.65%-
XYZ73.0886.9160.5-
YUV233.97102.05119.46-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.69%
GREEN value IS 249 (97.66% from 255) = 37.78%
BLUE value IS 188 (73.83% from 255) = 28.53%
R=33.69%
G=37.78%
B=28.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222491880.1100.240.0286.5683.5685.69
HexDEF9BCB0182575456
Octal336371274130302127124126
Binary110111101111100110111100101101100010101011110101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF9BC; }

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

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

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

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

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

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

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

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