#EDDECA

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

Shades of Bleach White #EDDECA

Tints of Bleach White #EDDECA

Color information

#EDDECA (or 0xEDDECA) is unknown color: approx Bleach White. HEX triplet: ED, DE and CA. RGB value is (237,222,202). Sum of RGB (Red+Green+Blue) = 237+222+202=661 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.85% from 661); Green value is 222 (87.11% from 255 or 33.59% from 661); Blue value is 202 (79.30% from 255 or 30.56% from 661); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDECA is #122135. Grayscale: #E0E0E0. Windows color (decimal): -1188150 or 13295341. OLE color: 13295341.

HSL color Cylindrical-coordinate representation of color #EDDECA: hue angle of 34.29º degrees, saturation: 0.49, 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 #EDDECA is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB237222202-
CMYK00.060.150.07
HSL34.29º49.3%86.08%-
HSV(B)34.29º14.77%92.94%-
XYZ71.7174.5166.48-
YUV224.2115.47137.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.85%
GREEN value IS 222 (87.11% from 255) = 33.59%
BLUE value IS 202 (79.30% from 255) = 30.56%
R=35.85%
G=33.59%
B=30.56%

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
Decimal23722220200.060.150.0734.2949.386.08
HexEDDECA06F7223156
Octal355336312061774261126
Binary111011011101111011001010011011111111000101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDECA; }

 p { color: rgb(237,222,202); }

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

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

 a { background-color: rgb(237,222,202); }

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

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

 span { border-color: rgb(237,222,202); }

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