#E6F3CD

Color #E6F3CD Snow Flurry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snow Flurry #E6F3CD

Tints of Snow Flurry #E6F3CD

Color information

#E6F3CD (or 0xE6F3CD) is unknown color: approx Snow Flurry. HEX triplet: E6, F3 and CD. RGB value is (230,243,205). Sum of RGB (Red+Green+Blue) = 230+243+205=678 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.92% from 678); Green value is 243 (95.31% from 255 or 35.84% from 678); Blue value is 205 (80.47% from 255 or 30.24% from 678); Max value from RGB is 243 - color contains mainly: green. Hex color #E6F3CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F3CD is #190C32. Grayscale: #EAEAEA. Windows color (decimal): -1641523 or 13497318. OLE color: 13497318.

HSL color Cylindrical-coordinate representation of color #E6F3CD: hue angle of 80.53º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E6F3CD is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB230243205-
CMYK0.0500.160.05
HSL80.53º61.29%87.84%-
HSV(B)80.53º15.64%95.29%-
XYZ75.785.3370.24-
YUV234.78111.19124.59-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.92%
GREEN value IS 243 (95.31% from 255) = 35.84%
BLUE value IS 205 (80.47% from 255) = 30.24%
R=33.92%
G=35.84%
B=30.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2302432050.0500.160.0580.5361.2987.84
HexE6F3CD50105513d58
Octal3463633155020512175130
Binary11100110111100111100110110101000010110100011111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6F3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6F3CD; }

 p { color: rgb(230,243,205); }

 H1.HeaderClassName
 {
   color: #E6F3CD;
 }
 .AnyTagClassName
 {
   color: #E6F3CD;
 }
</style>
background-color css

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

 a { background-color: rgb(230,243,205); }

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

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

 span { border-color: rgb(230,243,205); }

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