#EDCCBF

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

Shades of Watusi #EDCCBF

Tints of Watusi #EDCCBF

Color information

#EDCCBF (or 0xEDCCBF) is unknown color: approx Watusi. HEX triplet: ED, CC and BF. RGB value is (237,204,191). Sum of RGB (Red+Green+Blue) = 237+204+191=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 204 (80.08% from 255 or 32.28% from 632); Blue value is 191 (75% from 255 or 30.22% from 632); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCCBF is #123340. Grayscale: #D4D4D4. Windows color (decimal): -1192769 or 12569837. OLE color: 12569837.

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

Color convert

RGB237204191-
CMYK00.140.190.07
HSL16.96º56.1%83.92%-
HSV(B)16.96º19.41%92.94%-
XYZ65.9264.9558.35-
YUV212.38115.93145.56-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.5%
GREEN value IS 204 (80.08% from 255) = 32.28%
BLUE value IS 191 (75% from 255) = 30.22%
R=37.5%
G=32.28%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720419100.140.190.0716.9656.183.92
HexEDCCBF0E137113854
Octal3553142770162372170124
Binary1110110111001100101111110111010011111100011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCCBF; }

 p { color: rgb(237,204,191); }

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

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

 a { background-color: rgb(237,204,191); }

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

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

 span { border-color: rgb(237,204,191); }

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