#DFEFBC

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

Shades of Snow Flurry #DFEFBC

Tints of Snow Flurry #DFEFBC

Color information

#DFEFBC (or 0xDFEFBC) is unknown color: approx Snow Flurry. HEX triplet: DF, EF and BC. RGB value is (223,239,188). Sum of RGB (Red+Green+Blue) = 223+239+188=650 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.31% from 650); Green value is 239 (93.75% from 255 or 36.77% from 650); Blue value is 188 (73.83% from 255 or 28.92% from 650); Max value from RGB is 239 - color contains mainly: green. Hex color #DFEFBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEFBC is #201043. Grayscale: #E4E4E4. Windows color (decimal): -2101316 or 12382175. OLE color: 12382175.

HSL color Cylindrical-coordinate representation of color #DFEFBC: hue angle of 78.82º degrees, saturation: 0.61, 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 #DFEFBC is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB223239188-
CMYK0.0700.210.06
HSL78.82º61.45%83.73%-
HSV(B)78.82º21.34%93.73%-
XYZ70.3881.0559.51-
YUV228.4105.2124.15-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.31%
GREEN value IS 239 (93.75% from 255) = 36.77%
BLUE value IS 188 (73.83% from 255) = 28.92%
R=34.31%
G=36.77%
B=28.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2232391880.0700.210.0678.8261.4583.73
HexDFEFBC701564f3d54
Octal3373572747025611775124
Binary11011111111011111011110011101010111010011111111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEFBC; }

 p { color: rgb(223,239,188); }

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

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

 a { background-color: rgb(223,239,188); }

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

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

 span { border-color: rgb(223,239,188); }

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