#EBCDBC

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

Shades of Watusi #EBCDBC

Tints of Watusi #EBCDBC

Color information

#EBCDBC (or 0xEBCDBC) is unknown color: approx Watusi. HEX triplet: EB, CD and BC. RGB value is (235,205,188). Sum of RGB (Red+Green+Blue) = 235+205+188=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 205 (80.47% from 255 or 32.64% from 628); Blue value is 188 (73.83% from 255 or 29.94% from 628); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCDBC is #143243. Grayscale: #D4D4D4. Windows color (decimal): -1323588 or 12373483. OLE color: 12373483.

HSL color Cylindrical-coordinate representation of color #EBCDBC: hue angle of 21.7º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBCDBC is Cyan = 0, Magento = 0.13, Yellow = 0.2 and Black (K on CMYK) = 0.08.

Color convert

RGB235205188-
CMYK00.130.20.08
HSL21.7º54.02%82.94%-
HSV(B)21.7º20%92.16%-
XYZ65.1764.9656.68-
YUV212.03114.44144.38-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.42%
GREEN value IS 205 (80.47% from 255) = 32.64%
BLUE value IS 188 (73.83% from 255) = 29.94%
R=37.42%
G=32.64%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.2
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520518800.130.20.0821.754.0282.94
HexEBCDBC0D148163653
Octal35331527401524102666123
Binary11101011110011011011110001101101001000101101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCDBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCDBC; }

 p { color: rgb(235,205,188); }

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

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

 a { background-color: rgb(235,205,188); }

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

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

 span { border-color: rgb(235,205,188); }

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