#EFFBCD

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

Shades of Snow Flurry #EFFBCD

Tints of Snow Flurry #EFFBCD

Color information

#EFFBCD (or 0xEFFBCD) is unknown color: approx Snow Flurry. HEX triplet: EF, FB and CD. RGB value is (239,251,205). Sum of RGB (Red+Green+Blue) = 239+251+205=695 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.39% from 695); Green value is 251 (98.44% from 255 or 36.12% from 695); Blue value is 205 (80.47% from 255 or 29.50% from 695); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFBCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFBCD is #100432. Grayscale: #F2F2F2. Windows color (decimal): -1049651 or 13499375. OLE color: 13499375.

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

Color convert

RGB239251205-
CMYK0.0500.180.02
HSL75.65º85.19%89.41%-
HSV(B)75.65º18.33%98.43%-
XYZ81.1191.7571.19-
YUV242.17107.02125.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.39%
GREEN value IS 251 (98.44% from 255) = 36.12%
BLUE value IS 205 (80.47% from 255) = 29.50%
R=34.39%
G=36.12%
B=29.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392512050.0500.180.0275.6585.1989.41
HexEFFBCD501224c5559
Octal35737331550222114125131
Binary11101111111110111100110110101001010100110010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFBCD; }

 p { color: rgb(239,251,205); }

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

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

 a { background-color: rgb(239,251,205); }

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

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

 span { border-color: rgb(239,251,205); }

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