Html Css Color HEX #EBFDD4 Snow Flurry

📋 copy color: '#EBFDD4'

red 235 ◦ green 253 ◦ blue 212

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

Shades of Snow Flurry #EBFDD4

Tints of Snow Flurry #EBFDD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 30.29%

R = 33.57%
G = 36.14%
B = 30.29%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#EBFDD4 (or 0xEBFDD4) is known color: Snow Flurry. HEX triplet: EB, FD and D4. RGB value is (235,253,212). Sum of RGB (Red+Green+Blue) = 235+253+212=700 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.57% from 700); Green value is 253 (99.22% from 255 or 36.14% from 700); Blue value is 212 (83.20% from 255 or 30.29% from 700); Max value from RGB is 253 - color contains mainly: green. Hex color #EBFDD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFDD4 is #14022B. Grayscale: #F3F3F3. Windows color (decimal): -1311276 or 13958635. OLE color: 13958635.

HSL color Cylindrical-coordinate representation of color #EBFDD4: hue angle of 86.34º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EBFDD4 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB 235 253 212 -
CMYK 0.07 0 0.16 0.01
HSL 86.34º 0.91% 0.91% -
HSV(B) 86.34º 0.16% 0.99% -
XYZ 81.27 92.67 75.89 -
YUV 242.94 110.54 122.33 -
System Red Green Blue C M Y K H S L
Decimal 235 253 212 0.07 0 0.16 0.01 86.34 0.91 0.91
Hex EB FD D4 7 0 10 1 56 5B 5B
Octal 353 375 324 7 0 20 1 126 133 133
Binary 11101011 11111101 11010100 111 0 10000 1 1010110 1011011 1011011

Color Harmonies of #EBFDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBFDD4

Black with #EBFDD4

Text Example


Text Example

White with #EBFDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBFDD4; }

 p { color: rgb(235,253,212); }

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

background-color css

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

 a { background-color: rgb(235,253,212); }

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

border-color css

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

 span { border-color: rgb(235,253,212); }

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