#DFFBBC

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

Shades of Snow Flurry #DFFBBC

Tints of Snow Flurry #DFFBBC

Color information

#DFFBBC (or 0xDFFBBC) is unknown color: approx Snow Flurry. HEX triplet: DF, FB and BC. RGB value is (223,251,188). Sum of RGB (Red+Green+Blue) = 223+251+188=662 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.69% from 662); Green value is 251 (98.44% from 255 or 37.92% from 662); Blue value is 188 (73.83% from 255 or 28.40% from 662); Max value from RGB is 251 - color contains mainly: green. Hex color #DFFBBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFBBC is #200443. Grayscale: #EBEBEB. Windows color (decimal): -2098244 or 12385247. OLE color: 12385247.

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

Color convert

RGB223251188-
CMYK0.1100.250.02
HSL86.67º88.73%86.08%-
HSV(B)86.67º25.1%98.43%-
XYZ74.0188.3160.72-
YUV235.45101.22119.12-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.69%
GREEN value IS 251 (98.44% from 255) = 37.92%
BLUE value IS 188 (73.83% from 255) = 28.40%
R=33.69%
G=37.92%
B=28.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232511880.1100.250.0286.6788.7386.08
HexDFFBBCB0192575956
Octal337373274130312127131126
Binary110111111111101110111100101101100110101011110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFBBC; }

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

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

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

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

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

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

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

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