Html Css Color HEX #EFFCCC Snow Flurry

📋 copy color: '#EFFCCC'

red 239 ◦ green 252 ◦ blue 204

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

Shades of Snow Flurry #EFFCCC

Tints of Snow Flurry #EFFCCC

RGB

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

 GREEN value IS 252 (98.83% from 255) = 36.26%

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

R = 34.39%
G = 36.26%
B = 29.35%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#EFFCCC (or 0xEFFCCC) is known color: Snow Flurry. HEX triplet: EF, FC and CC. RGB value is (239,252,204). Sum of RGB (Red+Green+Blue) = 239+252+204=695 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.39% from 695); Green value is 252 (98.83% from 255 or 36.26% from 695); Blue value is 204 (80.08% from 255 or 29.35% from 695); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFCCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFCCC is #100333. Grayscale: #F2F2F2. Windows color (decimal): -1049396 or 13434095. OLE color: 13434095.

HSL color Cylindrical-coordinate representation of color #EFFCCC: hue angle of 76.25º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EFFCCC is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 252 204 -
CMYK 0.05 0 0.19 0.01
HSL 76.25º 0.89% 0.89% -
HSV(B) 76.25º 0.19% 0.99% -
XYZ 81.31 92.33 70.66 -
YUV 242.64 106.19 125.4 -
System Red Green Blue C M Y K H S L
Decimal 239 252 204 0.05 0 0.19 0.01 76.25 0.89 0.89
Hex EF FC CC 5 0 13 1 4C 59 59
Octal 357 374 314 5 0 23 1 114 131 131
Binary 11101111 11111100 11001100 101 0 10011 1 1001100 1011001 1011001

Color Harmonies of #EFFCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFCCC

Black with #EFFCCC

Text Example


Text Example

White with #EFFCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFCCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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