#E9CDBB

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

Shades of Watusi #E9CDBB

Tints of Watusi #E9CDBB

Color information

#E9CDBB (or 0xE9CDBB) is unknown color: approx Watusi. HEX triplet: E9, CD and BB. RGB value is (233,205,187). Sum of RGB (Red+Green+Blue) = 233+205+187=625 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.28% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 187 (73.44% from 255 or 29.92% from 625); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CDBB is #163244. Grayscale: #D3D3D3. Windows color (decimal): -1454661 or 12307945. OLE color: 12307945.

HSL color Cylindrical-coordinate representation of color #E9CDBB: hue angle of 23.48º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E9CDBB is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB233205187-
CMYK00.120.200.09
HSL23.48º51.11%82.35%-
HSV(B)23.48º19.74%91.37%-
XYZ64.4164.5756.08-
YUV211.32114.28143.46-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.28%
GREEN value IS 205 (80.47% from 255) = 32.8%
BLUE value IS 187 (73.44% from 255) = 29.92%
R=37.28%
G=32.8%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320518700.120.200.0923.4851.1182.35
HexE9CDBB0C149173352
Octal35131527301424112763122
Binary11101001110011011011101101100101001001101111100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CDBB; }

 p { color: rgb(233,205,187); }

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

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

 a { background-color: rgb(233,205,187); }

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

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

 span { border-color: rgb(233,205,187); }

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