Html Css Color HEX #EFFFCD Snow Flurry

📋 copy color: '#EFFFCD'

red 239 ◦ green 255 ◦ blue 205

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

Shades of Snow Flurry #EFFFCD

Tints of Snow Flurry #EFFFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 29.33%

R = 34.19%
G = 36.48%
B = 29.33%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#EFFFCD (or 0xEFFFCD) is known color: Snow Flurry. HEX triplet: EF, FF and CD. RGB value is (239,255,205). Sum of RGB (Red+Green+Blue) = 239+255+205=699 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.19% from 699); Green value is 255 (100% from 255 or 36.48% from 699); Blue value is 205 (80.47% from 255 or 29.33% from 699); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFFCD is #100032. Grayscale: #F4F4F4. Windows color (decimal): -1048627 or 13500399. OLE color: 13500399.

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

Color convert

RGB 239 255 205 -
CMYK 0.06 0 0.20 0
HSL 79.2º 1% 0.9% -
HSV(B) 79.2º 0.2% 1% -
XYZ 82.38 94.28 71.61 -
YUV 244.52 105.7 124.07 -
System Red Green Blue C M Y K H S L
Decimal 239 255 205 0.06 0 0.20 0 79.2 1 0.9
Hex EF FF CD 6 0 14 0 4F 64 5A
Octal 357 377 315 6 0 24 0 117 144 132
Binary 11101111 11111111 11001101 110 0 10100 0 1001111 1100100 1011010

Color Harmonies of #EFFFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFFCD

Black with #EFFFCD

Text Example


Text Example

White with #EFFFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFFCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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