Html Css Color HEX #E6FDCF Snow Flurry

📋 copy color: '#E6FDCF'

red 230 ◦ green 253 ◦ blue 207

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

Shades of Snow Flurry #E6FDCF

Tints of Snow Flurry #E6FDCF

RGB

 RED value IS 230 (90.23% from 255) = 33.33%

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

 BLUE value IS 207 (81.25% from 255) = 30%

R = 33.33%
G = 36.67%
B = 30%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#E6FDCF (or 0xE6FDCF) is known color: Snow Flurry. HEX triplet: E6, FD and CF. RGB value is (230,253,207). Sum of RGB (Red+Green+Blue) = 230+253+207=690 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.33% from 690); Green value is 253 (99.22% from 255 or 36.67% from 690); Blue value is 207 (81.25% from 255 or 30% from 690); Max value from RGB is 253 - color contains mainly: green. Hex color #E6FDCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6FDCF is #190230. Grayscale: #F1F1F1. Windows color (decimal): -1638961 or 13630950. OLE color: 13630950.

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

Color convert

RGB 230 253 207 -
CMYK 0.09 0 0.18 0.01
HSL 90º 0.92% 0.9% -
HSV(B) 90º 0.18% 0.99% -
XYZ 79.02 91.58 72.54 -
YUV 240.88 108.88 120.24 -
System Red Green Blue C M Y K H S L
Decimal 230 253 207 0.09 0 0.18 0.01 90 0.92 0.9
Hex E6 FD CF 9 0 12 1 5A 5C 5A
Octal 346 375 317 11 0 22 1 132 134 132
Binary 11100110 11111101 11001111 1001 0 10010 1 1011010 1011100 1011010

Color Harmonies of #E6FDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6FDCF

Black with #E6FDCF

Text Example


Text Example

White with #E6FDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6FDCF; }

 p { color: rgb(230,253,207); }

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

background-color css

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

 a { background-color: rgb(230,253,207); }

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

border-color css

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

 span { border-color: rgb(230,253,207); }

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