Html Css Color HEX #E6EDDA Saltpan

📋 copy color: '#E6EDDA'

red 230 ◦ green 237 ◦ blue 218

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

Shades of Saltpan #E6EDDA

Tints of Saltpan #E6EDDA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 34.6%

 BLUE value IS 218 (85.55% from 255) = 31.82%

R = 33.58%
G = 34.6%
B = 31.82%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#E6EDDA (or 0xE6EDDA) is known color: Saltpan. HEX triplet: E6, ED and DA. RGB value is (230,237,218). Sum of RGB (Red+Green+Blue) = 230+237+218=685 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.58% from 685); Green value is 237 (92.97% from 255 or 34.60% from 685); Blue value is 218 (85.55% from 255 or 31.82% from 685); Max value from RGB is 237 - color contains mainly: green. Hex color #E6EDDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6EDDA is #191225. Grayscale: #E8E8E8. Windows color (decimal): -1643046 or 14347750. OLE color: 14347750.

HSL color Cylindrical-coordinate representation of color #E6EDDA: hue angle of 82.11º degrees, saturation: 0.35, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E6EDDA is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 230 237 218 -
CMYK 0.03 0 0.08 0.07
HSL 82.11º 0.35% 0.89% -
HSV(B) 82.11º 0.08% 0.93% -
XYZ 75.57 82.45 78.26 -
YUV 232.74 119.68 126.04 -
System Red Green Blue C M Y K H S L
Decimal 230 237 218 0.03 0 0.08 0.07 82.11 0.35 0.89
Hex E6 ED DA 3 0 8 7 52 23 59
Octal 346 355 332 3 0 10 7 122 43 131
Binary 11100110 11101101 11011010 11 0 1000 111 1010010 100011 1011001

Color Harmonies of #E6EDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6EDDA

Black with #E6EDDA

Text Example


Text Example

White with #E6EDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6EDDA; }

 p { color: rgb(230,237,218); }

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

background-color css

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

 a { background-color: rgb(230,237,218); }

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

border-color css

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

 span { border-color: rgb(230,237,218); }

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