Html Css Color HEX #EFFBCE Snow Flurry

📋 copy color: '#EFFBCE'

red 239 ◦ green 251 ◦ blue 206

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

Shades of Snow Flurry #EFFBCE

Tints of Snow Flurry #EFFBCE

RGB

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

 GREEN value IS 251 (98.44% from 255) = 36.06%

 BLUE value IS 206 (80.86% from 255) = 29.6%

R = 34.34%
G = 36.06%
B = 29.6%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#EFFBCE (or 0xEFFBCE) is known color: Snow Flurry. HEX triplet: EF, FB and CE. RGB value is (239,251,206). Sum of RGB (Red+Green+Blue) = 239+251+206=696 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.34% from 696); Green value is 251 (98.44% from 255 or 36.06% from 696); Blue value is 206 (80.86% from 255 or 29.60% from 696); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFBCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFBCE is #100431. Grayscale: #F2F2F2. Windows color (decimal): -1049650 or 13564911. OLE color: 13564911.

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

Color convert

RGB 239 251 206 -
CMYK 0.05 0 0.18 0.02
HSL 76º 0.85% 0.9% -
HSV(B) 76º 0.18% 0.98% -
XYZ 81.23 91.8 71.83 -
YUV 242.28 107.52 125.66 -
System Red Green Blue C M Y K H S L
Decimal 239 251 206 0.05 0 0.18 0.02 76 0.85 0.9
Hex EF FB CE 5 0 12 2 4C 55 5A
Octal 357 373 316 5 0 22 2 114 125 132
Binary 11101111 11111011 11001110 101 0 10010 10 1001100 1010101 1011010

Color Harmonies of #EFFBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFBCE

Black with #EFFBCE

Text Example


Text Example

White with #EFFBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFBCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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