Html Css Color HEX #EDCBBC Watusi

📋 copy color: '#EDCBBC'

red 237 ◦ green 203 ◦ blue 188

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

Shades of Watusi #EDCBBC

Tints of Watusi #EDCBBC

RGB

 RED value IS 237 (92.97% from 255) = 37.74%

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

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

R = 37.74%
G = 32.32%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EDCBBC (or 0xEDCBBC) is known color: Watusi. HEX triplet: ED, CB and BC. RGB value is (237,203,188). Sum of RGB (Red+Green+Blue) = 237+203+188=628 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.74% from 628); Green value is 203 (79.69% from 255 or 32.32% from 628); Blue value is 188 (73.83% from 255 or 29.94% from 628); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCBBC is #123443. Grayscale: #D3D3D3. Windows color (decimal): -1193028 or 12372973. OLE color: 12372973.

HSL color Cylindrical-coordinate representation of color #EDCBBC: hue angle of 18.37º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDCBBC is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 203 188 -
CMYK 0 0.14 0.21 0.07
HSL 18.37º 0.58% 0.83% -
HSV(B) 18.37º 0.21% 0.93% -
XYZ 65.36 64.35 56.55 -
YUV 211.46 114.76 146.22 -
System Red Green Blue C M Y K H S L
Decimal 237 203 188 0 0.14 0.21 0.07 18.37 0.58 0.83
Hex ED CB BC 0 E 15 7 12 3A 53
Octal 355 313 274 0 16 25 7 22 72 123
Binary 11101101 11001011 10111100 0 1110 10101 111 10010 111010 1010011

Color Harmonies of #EDCBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCBBC

Black with #EDCBBC

Text Example


Text Example

White with #EDCBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCBBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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