Html Css Color HEX #E9EDDC Black Squeeze

📋 copy color: '#E9EDDC'

red 233 ◦ green 237 ◦ blue 220

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

Shades of Black Squeeze #E9EDDC

Tints of Black Squeeze #E9EDDC

RGB

 RED value IS 233 (91.41% from 255) = 33.77%

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

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

R = 33.77%
G = 34.35%
B = 31.88%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#E9EDDC (or 0xE9EDDC) is known color: Black Squeeze. HEX triplet: E9, ED and DC. RGB value is (233,237,220). Sum of RGB (Red+Green+Blue) = 233+237+220=690 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.77% from 690); Green value is 237 (92.97% from 255 or 34.35% from 690); Blue value is 220 (86.33% from 255 or 31.88% from 690); Max value from RGB is 237 - color contains mainly: green. Hex color #E9EDDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9EDDC is #161223. Grayscale: #E9E9E9. Windows color (decimal): -1446436 or 14478825. OLE color: 14478825.

HSL color Cylindrical-coordinate representation of color #E9EDDC: hue angle of 74.12º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E9EDDC is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 233 237 220 -
CMYK 0.02 0 0.07 0.07
HSL 74.12º 0.32% 0.9% -
HSV(B) 74.12º 0.07% 0.93% -
XYZ 76.81 83.06 79.69 -
YUV 233.87 120.17 127.38 -
System Red Green Blue C M Y K H S L
Decimal 233 237 220 0.02 0 0.07 0.07 74.12 0.32 0.9
Hex E9 ED DC 2 0 7 7 4A 20 5A
Octal 351 355 334 2 0 7 7 112 40 132
Binary 11101001 11101101 11011100 10 0 111 111 1001010 100000 1011010

Color Harmonies of #E9EDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9EDDC

Black with #E9EDDC

Text Example


Text Example

White with #E9EDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9EDDC; }

 p { color: rgb(233,237,220); }

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

background-color css

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

 a { background-color: rgb(233,237,220); }

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

border-color css

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

 span { border-color: rgb(233,237,220); }

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