Html Css Color HEX #EFFDC6 Snow Flurry

📋 copy color: '#EFFDC6'

red 239 ◦ green 253 ◦ blue 198

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

Shades of Snow Flurry #EFFDC6

Tints of Snow Flurry #EFFDC6

RGB

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

 GREEN value IS 253 (99.22% from 255) = 36.67%

 BLUE value IS 198 (77.73% from 255) = 28.7%

R = 34.64%
G = 36.67%
B = 28.7%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#EFFDC6 (or 0xEFFDC6) is known color: Snow Flurry. HEX triplet: EF, FD and C6. RGB value is (239,253,198). Sum of RGB (Red+Green+Blue) = 239+253+198=690 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.64% from 690); Green value is 253 (99.22% from 255 or 36.67% from 690); Blue value is 198 (77.73% from 255 or 28.70% from 690); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFDC6 is #100239. Grayscale: #F2F2F2. Windows color (decimal): -1049146 or 13041135. OLE color: 13041135.

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

Color convert

RGB 239 253 198 -
CMYK 0.06 0 0.22 0.01
HSL 75.27º 0.93% 0.88% -
HSV(B) 75.27º 0.22% 0.99% -
XYZ 80.91 92.68 67.05 -
YUV 242.54 102.86 125.47 -
System Red Green Blue C M Y K H S L
Decimal 239 253 198 0.06 0 0.22 0.01 75.27 0.93 0.88
Hex EF FD C6 6 0 16 1 4B 5D 58
Octal 357 375 306 6 0 26 1 113 135 130
Binary 11101111 11111101 11000110 110 0 10110 1 1001011 1011101 1011000

Color Harmonies of #EFFDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFDC6

Black with #EFFDC6

Text Example


Text Example

White with #EFFDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFDC6; }

 p { color: rgb(239,253,198); }

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

background-color css

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

 a { background-color: rgb(239,253,198); }

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

border-color css

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

 span { border-color: rgb(239,253,198); }

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