#ECCFBF

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

Shades of Watusi #ECCFBF

Tints of Watusi #ECCFBF

Color information

#ECCFBF (or 0xECCFBF) is unknown color: approx Watusi. HEX triplet: EC, CF and BF. RGB value is (236,207,191). Sum of RGB (Red+Green+Blue) = 236+207+191=634 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.22% from 634); Green value is 207 (81.25% from 255 or 32.65% from 634); Blue value is 191 (75% from 255 or 30.13% from 634); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCFBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCFBF is #133040. Grayscale: #D5D5D5. Windows color (decimal): -1257537 or 12570604. OLE color: 12570604.

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

Color convert

RGB236207191-
CMYK00.120.190.07
HSL21.33º54.22%83.73%-
HSV(B)21.33º19.07%92.55%-
XYZ66.3166.2258.58-
YUV213.85115.11143.8-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.22%
GREEN value IS 207 (81.25% from 255) = 32.65%
BLUE value IS 191 (75% from 255) = 30.13%
R=37.22%
G=32.65%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620719100.120.190.0721.3354.2283.73
HexECCFBF0C137153654
Octal3543172770142372566124
Binary1110110011001111101111110110010011111101011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCFBF; }

 p { color: rgb(236,207,191); }

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

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

 a { background-color: rgb(236,207,191); }

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

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

 span { border-color: rgb(236,207,191); }

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