#EDE2BF

Color #EDE2BF Half Colonial White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Colonial White #EDE2BF

Tints of Half Colonial White #EDE2BF

Color information

#EDE2BF (or 0xEDE2BF) is unknown color: approx Half Colonial White. HEX triplet: ED, E2 and BF. RGB value is (237,226,191). Sum of RGB (Red+Green+Blue) = 237+226+191=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 226 (88.67% from 255 or 34.56% from 654); Blue value is 191 (75% from 255 or 29.20% from 654); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE2BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE2BF is #121D40. Grayscale: #E1E1E1. Windows color (decimal): -1187137 or 12575469. OLE color: 12575469.

HSL color Cylindrical-coordinate representation of color #EDE2BF: hue angle of 45.65º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDE2BF is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB237226191-
CMYK00.050.190.07
HSL45.65º56.1%83.92%-
HSV(B)45.65º19.41%92.94%-
XYZ71.5376.1660.22-
YUV225.3108.64136.35-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.24%
GREEN value IS 226 (88.67% from 255) = 34.56%
BLUE value IS 191 (75% from 255) = 29.20%
R=36.24%
G=34.56%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722619100.050.190.0745.6556.183.92
HexEDE2BF051372e3854
Octal355342277052375670124
Binary1110110111100010101111110101100111111011101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE2BF; }

 p { color: rgb(237,226,191); }

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

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

 a { background-color: rgb(237,226,191); }

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

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

 span { border-color: rgb(237,226,191); }

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