#EEDFCA

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

Shades of Bleach White #EEDFCA

Tints of Bleach White #EEDFCA

Color information

#EEDFCA (or 0xEEDFCA) is unknown color: approx Bleach White. HEX triplet: EE, DF and CA. RGB value is (238,223,202). Sum of RGB (Red+Green+Blue) = 238+223+202=663 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.90% from 663); Green value is 223 (87.5% from 255 or 33.63% from 663); Blue value is 202 (79.30% from 255 or 30.47% from 663); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDFCA is #112035. Grayscale: #E1E1E1. Windows color (decimal): -1122358 or 13295598. OLE color: 13295598.

HSL color Cylindrical-coordinate representation of color #EEDFCA: hue angle of 35º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EEDFCA is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB238223202-
CMYK00.060.150.07
HSL35º51.43%86.27%-
HSV(B)35º15.13%93.33%-
XYZ72.3175.2266.58-
YUV225.09114.97137.21-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.90%
GREEN value IS 223 (87.5% from 255) = 33.63%
BLUE value IS 202 (79.30% from 255) = 30.47%
R=35.90%
G=33.63%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822320200.060.150.073551.4386.27
HexEEDFCA06F7233356
Octal356337312061774363126
Binary111011101101111111001010011011111111000111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDFCA; }

 p { color: rgb(238,223,202); }

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

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

 a { background-color: rgb(238,223,202); }

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

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

 span { border-color: rgb(238,223,202); }

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