Html Css Color HEX #EFF9CA Snow Flurry

📋 copy color: '#EFF9CA'

red 239 ◦ green 249 ◦ blue 202

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

Shades of Snow Flurry #EFF9CA

Tints of Snow Flurry #EFF9CA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 36.09%

 BLUE value IS 202 (79.3% from 255) = 29.28%

R = 34.64%
G = 36.09%
B = 29.28%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#EFF9CA (or 0xEFF9CA) is known color: Snow Flurry. HEX triplet: EF, F9 and CA. RGB value is (239,249,202). Sum of RGB (Red+Green+Blue) = 239+249+202=690 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.64% from 690); Green value is 249 (97.66% from 255 or 36.09% from 690); Blue value is 202 (79.30% from 255 or 29.28% from 690); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF9CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF9CA is #100635. Grayscale: #F0F0F0. Windows color (decimal): -1050166 or 13302255. OLE color: 13302255.

HSL color Cylindrical-coordinate representation of color #EFF9CA: hue angle of 72.77º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EFF9CA is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 249 202 -
CMYK 0.04 0 0.19 0.02
HSL 72.77º 0.8% 0.88% -
HSV(B) 72.77º 0.19% 0.98% -
XYZ 80.13 90.37 69.1 -
YUV 240.65 106.19 126.82 -
System Red Green Blue C M Y K H S L
Decimal 239 249 202 0.04 0 0.19 0.02 72.77 0.8 0.88
Hex EF F9 CA 4 0 13 2 49 50 58
Octal 357 371 312 4 0 23 2 111 120 130
Binary 11101111 11111001 11001010 100 0 10011 10 1001001 1010000 1011000

Color Harmonies of #EFF9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF9CA

Black with #EFF9CA

Text Example


Text Example

White with #EFF9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF9CA; }

 p { color: rgb(239,249,202); }

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

background-color css

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

 a { background-color: rgb(239,249,202); }

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

border-color css

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

 span { border-color: rgb(239,249,202); }

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