Html Css Color HEX #EBCDBB Watusi

📋 copy color: '#EBCDBB'

red 235 ◦ green 205 ◦ blue 187

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

Shades of Watusi #EBCDBB

Tints of Watusi #EBCDBB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.7%

 BLUE value IS 187 (73.44% from 255) = 29.82%

R = 37.48%
G = 32.7%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EBCDBB (or 0xEBCDBB) is known color: Watusi. HEX triplet: EB, CD and BB. RGB value is (235,205,187). Sum of RGB (Red+Green+Blue) = 235+205+187=627 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.48% from 627); Green value is 205 (80.47% from 255 or 32.70% from 627); Blue value is 187 (73.44% from 255 or 29.82% from 627); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCDBB is #143244. Grayscale: #D4D4D4. Windows color (decimal): -1323589 or 12307947. OLE color: 12307947.

HSL color Cylindrical-coordinate representation of color #EBCDBB: hue angle of 22.5º degrees, saturation: 0.55, 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 #EBCDBB is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 205 187 -
CMYK 0 0.13 0.20 0.08
HSL 22.5º 0.55% 0.83% -
HSV(B) 22.5º 0.2% 0.92% -
XYZ 65.06 64.91 56.11 -
YUV 211.92 113.94 144.46 -
System Red Green Blue C M Y K H S L
Decimal 235 205 187 0 0.13 0.20 0.08 22.5 0.55 0.83
Hex EB CD BB 0 D 14 8 16 37 53
Octal 353 315 273 0 15 24 10 26 67 123
Binary 11101011 11001101 10111011 0 1101 10100 1000 10110 110111 1010011

Color Harmonies of #EBCDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCDBB

Black with #EBCDBB

Text Example


Text Example

White with #EBCDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCDBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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