Html Css Color HEX #EFFDCF Snow Flurry

📋 copy color: '#EFFDCF'

red 239 ◦ green 253 ◦ blue 207

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

Shades of Snow Flurry #EFFDCF

Tints of Snow Flurry #EFFDCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 29.61%

R = 34.19%
G = 36.19%
B = 29.61%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#EFFDCF (or 0xEFFDCF) is known color: Snow Flurry. HEX triplet: EF, FD and CF. RGB value is (239,253,207). Sum of RGB (Red+Green+Blue) = 239+253+207=699 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.19% from 699); Green value is 253 (99.22% from 255 or 36.19% from 699); Blue value is 207 (81.25% from 255 or 29.61% from 699); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFDCF is #100230. Grayscale: #F3F3F3. Windows color (decimal): -1049137 or 13630959. OLE color: 13630959.

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

Color convert

RGB 239 253 207 -
CMYK 0.06 0 0.18 0.01
HSL 78.26º 0.92% 0.9% -
HSV(B) 78.26º 0.18% 0.99% -
XYZ 81.98 93.11 72.68 -
YUV 243.57 107.36 124.74 -
System Red Green Blue C M Y K H S L
Decimal 239 253 207 0.06 0 0.18 0.01 78.26 0.92 0.9
Hex EF FD CF 6 0 12 1 4E 5C 5A
Octal 357 375 317 6 0 22 1 116 134 132
Binary 11101111 11111101 11001111 110 0 10010 1 1001110 1011100 1011010

Color Harmonies of #EFFDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFDCF

Black with #EFFDCF

Text Example


Text Example

White with #EFFDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFDCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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