#EBCDBE

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

Shades of Watusi #EBCDBE

Tints of Watusi #EBCDBE

Color information

#EBCDBE (or 0xEBCDBE) is unknown color: approx Watusi. HEX triplet: EB, CD and BE. RGB value is (235,205,190). Sum of RGB (Red+Green+Blue) = 235+205+190=630 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.30% from 630); Green value is 205 (80.47% from 255 or 32.54% from 630); Blue value is 190 (74.61% from 255 or 30.16% from 630); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCDBE is #143241. Grayscale: #D4D4D4. Windows color (decimal): -1323586 or 12504555. OLE color: 12504555.

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

Color convert

RGB235205190-
CMYK00.130.190.08
HSL20º52.94%83.33%-
HSV(B)20º19.15%92.16%-
XYZ65.3965.0457.82-
YUV212.26115.44144.22-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.30%
GREEN value IS 205 (80.47% from 255) = 32.54%
BLUE value IS 190 (74.61% from 255) = 30.16%
R=37.30%
G=32.54%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520519000.130.190.082052.9483.33
HexEBCDBE0D138143553
Octal35331527601523102465123
Binary11101011110011011011111001101100111000101001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCDBE; }

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

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

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

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

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

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

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

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