Html Css Color HEX #EDCEBC Watusi

📋 copy color: '#EDCEBC'

red 237 ◦ green 206 ◦ blue 188

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

Shades of Watusi #EDCEBC

Tints of Watusi #EDCEBC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.65%

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

R = 37.56%
G = 32.65%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EDCEBC (or 0xEDCEBC) is known color: Watusi. HEX triplet: ED, CE and BC. RGB value is (237,206,188). Sum of RGB (Red+Green+Blue) = 237+206+188=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 206 (80.86% from 255 or 32.65% from 631); Blue value is 188 (73.83% from 255 or 29.79% from 631); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCEBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCEBC is #123143. Grayscale: #D5D5D5. Windows color (decimal): -1192260 or 12373741. OLE color: 12373741.

HSL color Cylindrical-coordinate representation of color #EDCEBC: hue angle of 22.04º 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 #EDCEBC is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 206 188 -
CMYK 0 0.13 0.21 0.07
HSL 22.04º 0.58% 0.83% -
HSV(B) 22.04º 0.21% 0.93% -
XYZ 66.07 65.78 56.79 -
YUV 213.22 113.77 144.96 -
System Red Green Blue C M Y K H S L
Decimal 237 206 188 0 0.13 0.21 0.07 22.04 0.58 0.83
Hex ED CE BC 0 D 15 7 16 3A 53
Octal 355 316 274 0 15 25 7 26 72 123
Binary 11101101 11001110 10111100 0 1101 10101 111 10110 111010 1010011

Color Harmonies of #EDCEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCEBC

Black with #EDCEBC

Text Example


Text Example

White with #EDCEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCEBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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