Html Css Color HEX #EFFECF Snow Flurry

📋 copy color: '#EFFECF'

red 239 ◦ green 254 ◦ blue 207

#EFFECF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Snow Flurry #EFFECF

Tints of Snow Flurry #EFFECF

RGB

 RED value IS 239 (93.75% from 255) = 34.14%

 GREEN value IS 254 (99.61% from 255) = 36.29%

 BLUE value IS 207 (81.25% from 255) = 29.57%

R = 34.14%
G = 36.29%
B = 29.57%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#EFFECF (or 0xEFFECF) is known color: Snow Flurry. HEX triplet: EF, FE and CF. RGB value is (239,254,207). Sum of RGB (Red+Green+Blue) = 239+254+207=700 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.14% from 700); Green value is 254 (99.61% from 255 or 36.29% from 700); Blue value is 207 (81.25% from 255 or 29.57% from 700); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFECF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFECF is #100130. Grayscale: #F4F4F4. Windows color (decimal): -1048881 or 13631215. OLE color: 13631215.

HSL color Cylindrical-coordinate representation of color #EFFECF: hue angle of 79.15º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EFFECF is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB 239 254 207 -
CMYK 0.06 0 0.19 0.00
HSL 79.15º 0.96% 0.9% -
HSV(B) 79.15º 0.19% 1% -
XYZ 82.3 93.74 72.79 -
YUV 244.16 107.03 124.32 -
System Red Green Blue C M Y K H S L
Decimal 239 254 207 0.06 0 0.19 0.00 79.15 0.96 0.9
Hex EF FE CF 6 0 13 0 4F 60 5A
Octal 357 376 317 6 0 23 0 117 140 132
Binary 11101111 11111110 11001111 110 0 10011 0 1001111 1100000 1011010

Color Harmonies of #EFFECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFECF

Black with #EFFECF

Text Example


Text Example

White with #EFFECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFECF; }

 p { color: rgb(239,254,207); }

 H1.HeaderClassName
 {
   color: #EFFECF;
 }
 .AnyTagClassName
 {
   color: #EFFECF;
 }
</style>

background-color css

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

 a { background-color: rgb(239,254,207); }

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

border-color css

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

 span { border-color: rgb(239,254,207); }

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