Html Css Color HEX #EFFFC0 Snow Flurry

📋 copy color: '#EFFFC0'

red 239 ◦ green 255 ◦ blue 192

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

Shades of Snow Flurry #EFFFC0

Tints of Snow Flurry #EFFFC0

RGB

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

 GREEN value IS 255 (100% from 255) = 37.17%

 BLUE value IS 192 (75.39% from 255) = 27.99%

R = 34.84%
G = 37.17%
B = 27.99%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#EFFFC0 (or 0xEFFFC0) is known color: Snow Flurry. HEX triplet: EF, FF and C0. RGB value is (239,255,192). Sum of RGB (Red+Green+Blue) = 239+255+192=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 255 (100% from 255 or 37.17% from 686); Blue value is 192 (75.39% from 255 or 27.99% from 686); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFFC0 is #10003F. Grayscale: #F3F3F3. Windows color (decimal): -1048640 or 12648431. OLE color: 12648431.

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

Color convert

RGB 239 255 192 -
CMYK 0.06 0 0.25 0
HSL 75.24º 1% 0.88% -
HSV(B) 75.24º 0.25% 1% -
XYZ 80.87 93.68 63.69 -
YUV 243.03 99.2 125.12 -
System Red Green Blue C M Y K H S L
Decimal 239 255 192 0.06 0 0.25 0 75.24 1 0.88
Hex EF FF C0 6 0 19 0 4B 64 58
Octal 357 377 300 6 0 31 0 113 144 130
Binary 11101111 11111111 11000000 110 0 11001 0 1001011 1100100 1011000

Color Harmonies of #EFFFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFFC0

Black with #EFFFC0

Text Example


Text Example

White with #EFFFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFFC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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