#EDCDBE

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

Shades of Watusi #EDCDBE

Tints of Watusi #EDCDBE

Color information

#EDCDBE (or 0xEDCDBE) is unknown color: approx Watusi. HEX triplet: ED, CD and BE. RGB value is (237,205,190). Sum of RGB (Red+Green+Blue) = 237+205+190=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 205 (80.47% from 255 or 32.44% from 632); Blue value is 190 (74.61% from 255 or 30.06% from 632); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCDBE is #123241. Grayscale: #D4D4D4. Windows color (decimal): -1192514 or 12504557. OLE color: 12504557.

HSL color Cylindrical-coordinate representation of color #EDCDBE: hue angle of 19.15º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDCDBE is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB237205190-
CMYK00.140.200.07
HSL19.15º56.63%83.73%-
HSV(B)19.15º19.83%92.94%-
XYZ66.0565.3857.85-
YUV212.86115.1145.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.5%
GREEN value IS 205 (80.47% from 255) = 32.44%
BLUE value IS 190 (74.61% from 255) = 30.06%
R=37.5%
G=32.44%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720519000.140.200.0719.1556.6383.73
HexEDCDBE0E147133954
Octal3553152760162472371124
Binary1110110111001101101111100111010100111100111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCDBE; }

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

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

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

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

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

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

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

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