Html Css Color HEX #EBFFC0 Snow Flurry

📋 copy color: '#EBFFC0'

red 235 ◦ green 255 ◦ blue 192

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

Shades of Snow Flurry #EBFFC0

Tints of Snow Flurry #EBFFC0

RGB

 RED value IS 235 (92.19% from 255) = 34.46%

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

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

R = 34.46%
G = 37.39%
B = 28.15%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#EBFFC0 (or 0xEBFFC0) is known color: Snow Flurry. HEX triplet: EB, FF and C0. RGB value is (235,255,192). Sum of RGB (Red+Green+Blue) = 235+255+192=682 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.46% from 682); Green value is 255 (100% from 255 or 37.39% from 682); Blue value is 192 (75.39% from 255 or 28.15% from 682); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFFC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFFC0 is #14003F. Grayscale: #F2F2F2. Windows color (decimal): -1310784 or 12648427. OLE color: 12648427.

HSL color Cylindrical-coordinate representation of color #EBFFC0: hue angle of 79.05º 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 #EBFFC0 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB 235 255 192 -
CMYK 0.08 0 0.25 0
HSL 79.05º 1% 0.88% -
HSV(B) 79.05º 0.25% 1% -
XYZ 79.54 92.99 63.63 -
YUV 241.84 99.87 123.12 -
System Red Green Blue C M Y K H S L
Decimal 235 255 192 0.08 0 0.25 0 79.05 1 0.88
Hex EB FF C0 8 0 19 0 4F 64 58
Octal 353 377 300 10 0 31 0 117 144 130
Binary 11101011 11111111 11000000 1000 0 11001 0 1001111 1100100 1011000

Color Harmonies of #EBFFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBFFC0

Black with #EBFFC0

Text Example


Text Example

White with #EBFFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBFFC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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