#DCEFB8

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

Shades of Snow Flurry #DCEFB8

Tints of Snow Flurry #DCEFB8

Color information

#DCEFB8 (or 0xDCEFB8) is unknown color: approx Snow Flurry. HEX triplet: DC, EF and B8. RGB value is (220,239,184). Sum of RGB (Red+Green+Blue) = 220+239+184=643 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.21% from 643); Green value is 239 (93.75% from 255 or 37.17% from 643); Blue value is 184 (72.27% from 255 or 28.62% from 643); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEFB8 is #231047. Grayscale: #E3E3E3. Windows color (decimal): -2297928 or 12120028. OLE color: 12120028.

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

Color convert

RGB220239184-
CMYK0.0800.230.06
HSL80.73º63.22%82.94%-
HSV(B)80.73º23.01%93.73%-
XYZ69.0380.4157.23-
YUV227.05103.71122.97-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.21%
GREEN value IS 239 (93.75% from 255) = 37.17%
BLUE value IS 184 (72.27% from 255) = 28.62%
R=34.21%
G=37.17%
B=28.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202391840.0800.230.0680.7363.2282.94
HexDCEFB880176513f53
Octal33435727010027612177123
Binary110111001110111110111000100001011111010100011111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEFB8; }

 p { color: rgb(220,239,184); }

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

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

 a { background-color: rgb(220,239,184); }

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

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

 span { border-color: rgb(220,239,184); }

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