Html Css Color HEX #EBCBBC Watusi

📋 copy color: '#EBCBBC'

red 235 ◦ green 203 ◦ blue 188

#EBCBBC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watusi #EBCBBC

Tints of Watusi #EBCBBC

RGB

 RED value IS 235 (92.19% from 255) = 37.54%

 GREEN value IS 203 (79.69% from 255) = 32.43%

 BLUE value IS 188 (73.83% from 255) = 30.03%

R = 37.54%
G = 32.43%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.2

 K value IS 0.08

RGB Variations

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

Color information

#EBCBBC (or 0xEBCBBC) is known color: Watusi. HEX triplet: EB, CB and BC. RGB value is (235,203,188). Sum of RGB (Red+Green+Blue) = 235+203+188=626 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.54% from 626); Green value is 203 (79.69% from 255 or 32.43% from 626); Blue value is 188 (73.83% from 255 or 30.03% from 626); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCBBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCBBC is #143443. Grayscale: #D2D2D2. Windows color (decimal): -1324100 or 12372971. OLE color: 12372971.

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

Color convert

RGB 235 203 188 -
CMYK 0 0.14 0.2 0.08
HSL 19.15º 0.54% 0.83% -
HSV(B) 19.15º 0.2% 0.92% -
XYZ 64.69 64 56.52 -
YUV 210.86 115.1 145.22 -
System Red Green Blue C M Y K H S L
Decimal 235 203 188 0 0.14 0.2 0.08 19.15 0.54 0.83
Hex EB CB BC 0 E 14 8 13 36 53
Octal 353 313 274 0 16 24 10 23 66 123
Binary 11101011 11001011 10111100 0 1110 10100 1000 10011 110110 1010011

Color Harmonies of #EBCBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCBBC

Black with #EBCBBC

Text Example


Text Example

White with #EBCBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCBBC; }

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

 H1.HeaderClassName
 {
   color: #EBCBBC;
 }
 .AnyTagClassName
 {
   color: #EBCBBC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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