Html Css Color HEX #EFFDD5 Snow Flurry

📋 copy color: '#EFFDD5'

red 239 ◦ green 253 ◦ blue 213

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

Shades of Snow Flurry #EFFDD5

Tints of Snow Flurry #EFFDD5

RGB

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

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

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

R = 33.9%
G = 35.89%
B = 30.21%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#EFFDD5 (or 0xEFFDD5) is known color: Snow Flurry. HEX triplet: EF, FD and D5. RGB value is (239,253,213). Sum of RGB (Red+Green+Blue) = 239+253+213=705 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.90% from 705); Green value is 253 (99.22% from 255 or 35.89% from 705); Blue value is 213 (83.59% from 255 or 30.21% from 705); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFDD5 is #10022A. Grayscale: #F4F4F4. Windows color (decimal): -1049131 or 14024175. OLE color: 14024175.

HSL color Cylindrical-coordinate representation of color #EFFDD5: hue angle of 81º 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 #EFFDD5 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 253 213 -
CMYK 0.06 0 0.16 0.01
HSL 81º 0.91% 0.91% -
HSV(B) 81º 0.16% 0.99% -
XYZ 82.73 93.41 76.62 -
YUV 244.25 110.36 124.25 -
System Red Green Blue C M Y K H S L
Decimal 239 253 213 0.06 0 0.16 0.01 81 0.91 0.91
Hex EF FD D5 6 0 10 1 51 5B 5B
Octal 357 375 325 6 0 20 1 121 133 133
Binary 11101111 11111101 11010101 110 0 10000 1 1010001 1011011 1011011

Color Harmonies of #EFFDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFDD5

Black with #EFFDD5

Text Example


Text Example

White with #EFFDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFDD5; }

 p { color: rgb(239,253,213); }

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

background-color css

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

 a { background-color: rgb(239,253,213); }

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

border-color css

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

 span { border-color: rgb(239,253,213); }

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