Html Css Color HEX #EBFBD5 Snow Flurry

📋 copy color: '#EBFBD5'

red 235 ◦ green 251 ◦ blue 213

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

Shades of Snow Flurry #EBFBD5

Tints of Snow Flurry #EBFBD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 30.47%

R = 33.62%
G = 35.91%
B = 30.47%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#EBFBD5 (or 0xEBFBD5) is known color: Snow Flurry. HEX triplet: EB, FB and D5. RGB value is (235,251,213). Sum of RGB (Red+Green+Blue) = 235+251+213=699 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.62% from 699); Green value is 251 (98.44% from 255 or 35.91% from 699); Blue value is 213 (83.59% from 255 or 30.47% from 699); Max value from RGB is 251 - color contains mainly: green. Hex color #EBFBD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFBD5 is #14042A. Grayscale: #F2F2F2. Windows color (decimal): -1311787 or 14023659. OLE color: 14023659.

HSL color Cylindrical-coordinate representation of color #EBFBD5: hue angle of 85.26º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EBFBD5 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB 235 251 213 -
CMYK 0.06 0 0.15 0.02
HSL 85.26º 0.83% 0.91% -
HSV(B) 85.26º 0.15% 0.98% -
XYZ 80.77 91.46 76.35 -
YUV 241.88 111.7 123.09 -
System Red Green Blue C M Y K H S L
Decimal 235 251 213 0.06 0 0.15 0.02 85.26 0.83 0.91
Hex EB FB D5 6 0 F 2 55 53 5B
Octal 353 373 325 6 0 17 2 125 123 133
Binary 11101011 11111011 11010101 110 0 1111 10 1010101 1010011 1011011

Color Harmonies of #EBFBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBFBD5

Black with #EBFBD5

Text Example


Text Example

White with #EBFBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBFBD5; }

 p { color: rgb(235,251,213); }

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

background-color css

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

 a { background-color: rgb(235,251,213); }

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

border-color css

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

 span { border-color: rgb(235,251,213); }

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