Html Css Color HEX #E6F1DC Panache

📋 copy color: '#E6F1DC'

red 230 ◦ green 241 ◦ blue 220

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

Shades of Panache #E6F1DC

Tints of Panache #E6F1DC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 34.88%

 BLUE value IS 220 (86.33% from 255) = 31.84%

R = 33.29%
G = 34.88%
B = 31.84%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#E6F1DC (or 0xE6F1DC) is known color: Panache. HEX triplet: E6, F1 and DC. RGB value is (230,241,220). Sum of RGB (Red+Green+Blue) = 230+241+220=691 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.29% from 691); Green value is 241 (94.53% from 255 or 34.88% from 691); Blue value is 220 (86.33% from 255 or 31.84% from 691); Max value from RGB is 241 - color contains mainly: green. Hex color #E6F1DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F1DC is #190E23. Grayscale: #EBEBEB. Windows color (decimal): -1642020 or 14479846. OLE color: 14479846.

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

Color convert

RGB 230 241 220 -
CMYK 0.05 0 0.09 0.05
HSL 91.43º 0.43% 0.9% -
HSV(B) 91.43º 0.09% 0.95% -
XYZ 77.01 84.9 80.04 -
YUV 235.32 119.36 124.21 -
System Red Green Blue C M Y K H S L
Decimal 230 241 220 0.05 0 0.09 0.05 91.43 0.43 0.9
Hex E6 F1 DC 5 0 9 5 5B 2B 5A
Octal 346 361 334 5 0 11 5 133 53 132
Binary 11100110 11110001 11011100 101 0 1001 101 1011011 101011 1011010

Color Harmonies of #E6F1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6F1DC

Black with #E6F1DC

Text Example


Text Example

White with #E6F1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6F1DC; }

 p { color: rgb(230,241,220); }

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

background-color css

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

 a { background-color: rgb(230,241,220); }

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

border-color css

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

 span { border-color: rgb(230,241,220); }

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