#DFEFC0

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

Shades of Snow Flurry #DFEFC0

Tints of Snow Flurry #DFEFC0

Color information

#DFEFC0 (or 0xDFEFC0) is unknown color: approx Snow Flurry. HEX triplet: DF, EF and C0. RGB value is (223,239,192). Sum of RGB (Red+Green+Blue) = 223+239+192=654 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.10% from 654); Green value is 239 (93.75% from 255 or 36.54% from 654); Blue value is 192 (75.39% from 255 or 29.36% from 654); Max value from RGB is 239 - color contains mainly: green. Hex color #DFEFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEFC0 is #20103F. Grayscale: #E5E5E5. Windows color (decimal): -2101312 or 12644319. OLE color: 12644319.

HSL color Cylindrical-coordinate representation of color #DFEFC0: hue angle of 80.43º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFEFC0 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB223239192-
CMYK0.0700.200.06
HSL80.43º59.49%84.51%-
HSV(B)80.43º19.67%93.73%-
XYZ70.8181.2361.82-
YUV228.86107.2123.82-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.10%
GREEN value IS 239 (93.75% from 255) = 36.54%
BLUE value IS 192 (75.39% from 255) = 29.36%
R=34.10%
G=36.54%
B=29.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2232391920.0700.200.0680.4359.4984.51
HexDFEFC070146503b55
Octal3373573007024612073125
Binary11011111111011111100000011101010011010100001110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEFC0; }

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

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

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

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

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

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

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

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