#EDCEC1

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

Shades of Watusi #EDCEC1

Tints of Watusi #EDCEC1

Color information

#EDCEC1 (or 0xEDCEC1) is unknown color: approx Watusi. HEX triplet: ED, CE and C1. RGB value is (237,206,193). Sum of RGB (Red+Green+Blue) = 237+206+193=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 206 (80.86% from 255 or 32.39% from 636); Blue value is 193 (75.78% from 255 or 30.35% from 636); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCEC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCEC1 is #12313E. Grayscale: #D5D5D5. Windows color (decimal): -1192255 or 12701421. OLE color: 12701421.

HSL color Cylindrical-coordinate representation of color #EDCEC1: hue angle of 17.73º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDCEC1 is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB237206193-
CMYK00.130.190.07
HSL17.73º55%84.31%-
HSV(B)17.73º18.57%92.94%-
XYZ66.626659.68-
YUV213.79116.27144.56-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.26%
GREEN value IS 206 (80.86% from 255) = 32.39%
BLUE value IS 193 (75.78% from 255) = 30.35%
R=37.26%
G=32.39%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720619300.130.190.0717.735584.31
HexEDCEC10D137123754
Octal3553163010152372267124
Binary1110110111001110110000010110110011111100101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCEC1; }

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

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

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

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

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

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

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

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