#EDCDBC

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

Shades of Watusi #EDCDBC

Tints of Watusi #EDCDBC

Color information

#EDCDBC (or 0xEDCDBC) is unknown color: approx Watusi. HEX triplet: ED, CD and BC. RGB value is (237,205,188). Sum of RGB (Red+Green+Blue) = 237+205+188=630 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.62% from 630); Green value is 205 (80.47% from 255 or 32.54% from 630); Blue value is 188 (73.83% from 255 or 29.84% from 630); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCDBC is #123243. Grayscale: #D4D4D4. Windows color (decimal): -1192516 or 12373485. OLE color: 12373485.

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

Color convert

RGB237205188-
CMYK00.140.210.07
HSL20.82º57.65%83.33%-
HSV(B)20.82º20.68%92.94%-
XYZ65.8365.356.71-
YUV212.63114.1145.38-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.62%
GREEN value IS 205 (80.47% from 255) = 32.54%
BLUE value IS 188 (73.83% from 255) = 29.84%
R=37.62%
G=32.54%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720518800.140.210.0720.8257.6583.33
HexEDCDBC0E157153a53
Octal3553152740162572572123
Binary1110110111001101101111000111010101111101011110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCDBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCDBC; }

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

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

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

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

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

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

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

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