Html Css Color HEX #EBF9CA Snow Flurry

📋 copy color: '#EBF9CA'

red 235 ◦ green 249 ◦ blue 202

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

Shades of Snow Flurry #EBF9CA

Tints of Snow Flurry #EBF9CA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 36.3%

 BLUE value IS 202 (79.3% from 255) = 29.45%

R = 34.26%
G = 36.3%
B = 29.45%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#EBF9CA (or 0xEBF9CA) is known color: Snow Flurry. HEX triplet: EB, F9 and CA. RGB value is (235,249,202). Sum of RGB (Red+Green+Blue) = 235+249+202=686 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.26% from 686); Green value is 249 (97.66% from 255 or 36.30% from 686); Blue value is 202 (79.30% from 255 or 29.45% from 686); Max value from RGB is 249 - color contains mainly: green. Hex color #EBF9CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF9CA is #140635. Grayscale: #EFEFEF. Windows color (decimal): -1312310 or 13302251. OLE color: 13302251.

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

Color convert

RGB 235 249 202 -
CMYK 0.06 0 0.19 0.02
HSL 77.87º 0.8% 0.88% -
HSV(B) 77.87º 0.19% 0.98% -
XYZ 78.8 89.68 69.03 -
YUV 239.46 106.86 124.82 -
System Red Green Blue C M Y K H S L
Decimal 235 249 202 0.06 0 0.19 0.02 77.87 0.8 0.88
Hex EB F9 CA 6 0 13 2 4E 50 58
Octal 353 371 312 6 0 23 2 116 120 130
Binary 11101011 11111001 11001010 110 0 10011 10 1001110 1010000 1011000

Color Harmonies of #EBF9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF9CA

Black with #EBF9CA

Text Example


Text Example

White with #EBF9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF9CA; }

 p { color: rgb(235,249,202); }

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

background-color css

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

 a { background-color: rgb(235,249,202); }

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

border-color css

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

 span { border-color: rgb(235,249,202); }

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