#EECDC1

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

Shades of Watusi #EECDC1

Tints of Watusi #EECDC1

Color information

#EECDC1 (or 0xEECDC1) is unknown color: approx Watusi. HEX triplet: EE, CD and C1. RGB value is (238,205,193). Sum of RGB (Red+Green+Blue) = 238+205+193=636 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.42% from 636); Green value is 205 (80.47% from 255 or 32.23% from 636); Blue value is 193 (75.78% from 255 or 30.35% from 636); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECDC1 is #11323E. Grayscale: #D5D5D5. Windows color (decimal): -1126975 or 12701166. OLE color: 12701166.

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

Color convert

RGB238205193-
CMYK00.140.190.07
HSL16º56.96%84.51%-
HSV(B)16º18.91%93.33%-
XYZ66.7265.6959.62-
YUV213.5116.43145.48-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.42%
GREEN value IS 205 (80.47% from 255) = 32.23%
BLUE value IS 193 (75.78% from 255) = 30.35%
R=37.42%
G=32.23%
B=30.35%

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
Decimal23820519300.140.190.071656.9684.51
HexEECDC10E137103955
Octal3563153010162372071125
Binary1110111011001101110000010111010011111100001110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECDC1; }

 p { color: rgb(238,205,193); }

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

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

 a { background-color: rgb(238,205,193); }

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

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

 span { border-color: rgb(238,205,193); }

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