Html Css Color HEX #EFFFCE Snow Flurry

📋 copy color: '#EFFFCE'

red 239 ◦ green 255 ◦ blue 206

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

Shades of Snow Flurry #EFFFCE

Tints of Snow Flurry #EFFFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 29.43%

R = 34.14%
G = 36.43%
B = 29.43%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#EFFFCE (or 0xEFFFCE) is known color: Snow Flurry. HEX triplet: EF, FF and CE. RGB value is (239,255,206). Sum of RGB (Red+Green+Blue) = 239+255+206=700 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.14% from 700); Green value is 255 (100% from 255 or 36.43% from 700); Blue value is 206 (80.86% from 255 or 29.43% from 700); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFFCE is #100031. Grayscale: #F4F4F4. Windows color (decimal): -1048626 or 13565935. OLE color: 13565935.

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

Color convert

RGB 239 255 206 -
CMYK 0.06 0 0.19 0
HSL 79.59º 1% 0.9% -
HSV(B) 79.59º 0.19% 1% -
XYZ 82.5 94.33 72.25 -
YUV 244.63 106.2 123.98 -
System Red Green Blue C M Y K H S L
Decimal 239 255 206 0.06 0 0.19 0 79.59 1 0.9
Hex EF FF CE 6 0 13 0 50 64 5A
Octal 357 377 316 6 0 23 0 120 144 132
Binary 11101111 11111111 11001110 110 0 10011 0 1010000 1100100 1011010

Color Harmonies of #EFFFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFFCE

Black with #EFFFCE

Text Example


Text Example

White with #EFFFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFFCE; }

 p { color: rgb(239,255,206); }

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

background-color css

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

 a { background-color: rgb(239,255,206); }

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

border-color css

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

 span { border-color: rgb(239,255,206); }

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