Html Css Color HEX #EFFFCC Snow Flurry

📋 copy color: '#EFFFCC'

red 239 ◦ green 255 ◦ blue 204

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

Shades of Snow Flurry #EFFFCC

Tints of Snow Flurry #EFFFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 29.23%

R = 34.24%
G = 36.53%
B = 29.23%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#EFFFCC (or 0xEFFFCC) is known color: Snow Flurry. HEX triplet: EF, FF and CC. RGB value is (239,255,204). Sum of RGB (Red+Green+Blue) = 239+255+204=698 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.24% from 698); Green value is 255 (100% from 255 or 36.53% from 698); Blue value is 204 (80.08% from 255 or 29.23% from 698); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFFCC is #100033. Grayscale: #F4F4F4. Windows color (decimal): -1048628 or 13434863. OLE color: 13434863.

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

Color convert

RGB 239 255 204 -
CMYK 0.06 0 0.2 0
HSL 78.82º 1% 0.9% -
HSV(B) 78.82º 0.2% 1% -
XYZ 82.26 94.23 70.98 -
YUV 244.4 105.2 124.15 -
System Red Green Blue C M Y K H S L
Decimal 239 255 204 0.06 0 0.2 0 78.82 1 0.9
Hex EF FF CC 6 0 14 0 4F 64 5A
Octal 357 377 314 6 0 24 0 117 144 132
Binary 11101111 11111111 11001100 110 0 10100 0 1001111 1100100 1011010

Color Harmonies of #EFFFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFFCC

Black with #EFFFCC

Text Example


Text Example

White with #EFFFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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