#EDCBBB

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

Shades of Watusi #EDCBBB

Tints of Watusi #EDCBBB

Color information

#EDCBBB (or 0xEDCBBB) is unknown color: approx Watusi. HEX triplet: ED, CB and BB. RGB value is (237,203,187). Sum of RGB (Red+Green+Blue) = 237+203+187=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 203 (79.69% from 255 or 32.38% from 627); Blue value is 187 (73.44% from 255 or 29.82% from 627); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCBBB is #123444. Grayscale: #D3D3D3. Windows color (decimal): -1193029 or 12307437. OLE color: 12307437.

HSL color Cylindrical-coordinate representation of color #EDCBBB: hue angle of 19.2º 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 #EDCBBB is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB237203187-
CMYK00.140.210.07
HSL19.2º58.14%83.14%-
HSV(B)19.2º21.1%92.94%-
XYZ65.2564.355.99-
YUV211.34114.26146.3-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.80%
GREEN value IS 203 (79.69% from 255) = 32.38%
BLUE value IS 187 (73.44% from 255) = 29.82%
R=37.80%
G=32.38%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720318700.140.210.0719.258.1483.14
HexEDCBBB0E157133a53
Octal3553132730162572372123
Binary1110110111001011101110110111010101111100111110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCBBB; }

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

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

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

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

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

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

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

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