#EDCEBB

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

Shades of Watusi #EDCEBB

Tints of Watusi #EDCEBB

Color information

#EDCEBB (or 0xEDCEBB) is unknown color: approx Watusi. HEX triplet: ED, CE and BB. RGB value is (237,206,187). Sum of RGB (Red+Green+Blue) = 237+206+187=630 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.62% from 630); Green value is 206 (80.86% from 255 or 32.70% from 630); Blue value is 187 (73.44% from 255 or 29.68% from 630); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCEBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCEBB is #123144. Grayscale: #D5D5D5. Windows color (decimal): -1192261 or 12308205. OLE color: 12308205.

HSL color Cylindrical-coordinate representation of color #EDCEBB: hue angle of 22.8º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDCEBB is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB237206187-
CMYK00.130.210.07
HSL22.8º58.14%83.14%-
HSV(B)22.8º21.1%92.94%-
XYZ65.9765.7356.23-
YUV213.1113.27145.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.62%
GREEN value IS 206 (80.86% from 255) = 32.70%
BLUE value IS 187 (73.44% from 255) = 29.68%
R=37.62%
G=32.70%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720618700.130.210.0722.858.1483.14
HexEDCEBB0D157173a53
Octal3553162730152572772123
Binary1110110111001110101110110110110101111101111110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCEBB; }

 p { color: rgb(237,206,187); }

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

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

 a { background-color: rgb(237,206,187); }

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

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

 span { border-color: rgb(237,206,187); }

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