Html Css Color HEX #EFFBD4 Snow Flurry

📋 copy color: '#EFFBD4'

red 239 ◦ green 251 ◦ blue 212

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

Shades of Snow Flurry #EFFBD4

Tints of Snow Flurry #EFFBD4

RGB

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

 GREEN value IS 251 (98.44% from 255) = 35.75%

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

R = 34.05%
G = 35.75%
B = 30.2%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#EFFBD4 (or 0xEFFBD4) is known color: Snow Flurry. HEX triplet: EF, FB and D4. RGB value is (239,251,212). Sum of RGB (Red+Green+Blue) = 239+251+212=702 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.05% from 702); Green value is 251 (98.44% from 255 or 35.75% from 702); Blue value is 212 (83.20% from 255 or 30.20% from 702); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFBD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFBD4 is #10042B. Grayscale: #F3F3F3. Windows color (decimal): -1049644 or 13958127. OLE color: 13958127.

HSL color Cylindrical-coordinate representation of color #EFFBD4: hue angle of 78.46º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFFBD4 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 251 212 -
CMYK 0.05 0 0.16 0.02
HSL 78.46º 0.83% 0.91% -
HSV(B) 78.46º 0.16% 0.98% -
XYZ 81.98 92.1 75.74 -
YUV 242.97 110.52 125.17 -
System Red Green Blue C M Y K H S L
Decimal 239 251 212 0.05 0 0.16 0.02 78.46 0.83 0.91
Hex EF FB D4 5 0 10 2 4E 53 5B
Octal 357 373 324 5 0 20 2 116 123 133
Binary 11101111 11111011 11010100 101 0 10000 10 1001110 1010011 1011011

Color Harmonies of #EFFBD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFBD4

Black with #EFFBD4

Text Example


Text Example

White with #EFFBD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFBD4; }

 p { color: rgb(239,251,212); }

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

background-color css

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

 a { background-color: rgb(239,251,212); }

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

border-color css

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

 span { border-color: rgb(239,251,212); }

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