Html Css Color HEX #EFFDCC Snow Flurry

📋 copy color: '#EFFDCC'

red 239 ◦ green 253 ◦ blue 204

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

Shades of Snow Flurry #EFFDCC

Tints of Snow Flurry #EFFDCC

RGB

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

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

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

R = 34.34%
G = 36.35%
B = 29.31%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#EFFDCC (or 0xEFFDCC) is known color: Snow Flurry. HEX triplet: EF, FD and CC. RGB value is (239,253,204). Sum of RGB (Red+Green+Blue) = 239+253+204=696 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.34% from 696); Green value is 253 (99.22% from 255 or 36.35% from 696); Blue value is 204 (80.08% from 255 or 29.31% from 696); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFDCC is #100233. Grayscale: #F3F3F3. Windows color (decimal): -1049140 or 13434351. OLE color: 13434351.

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

Color convert

RGB 239 253 204 -
CMYK 0.06 0 0.19 0.01
HSL 77.14º 0.92% 0.9% -
HSV(B) 77.14º 0.19% 0.99% -
XYZ 81.62 92.96 70.77 -
YUV 243.23 105.86 124.98 -
System Red Green Blue C M Y K H S L
Decimal 239 253 204 0.06 0 0.19 0.01 77.14 0.92 0.9
Hex EF FD CC 6 0 13 1 4D 5C 5A
Octal 357 375 314 6 0 23 1 115 134 132
Binary 11101111 11111101 11001100 110 0 10011 1 1001101 1011100 1011010

Color Harmonies of #EFFDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFDCC

Black with #EFFDCC

Text Example


Text Example

White with #EFFDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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