#ECCFBE

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

Shades of Watusi #ECCFBE

Tints of Watusi #ECCFBE

Color information

#ECCFBE (or 0xECCFBE) is unknown color: approx Watusi. HEX triplet: EC, CF and BE. RGB value is (236,207,190). Sum of RGB (Red+Green+Blue) = 236+207+190=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 207 (81.25% from 255 or 32.70% from 633); Blue value is 190 (74.61% from 255 or 30.02% from 633); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCFBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCFBE is #133041. Grayscale: #D5D5D5. Windows color (decimal): -1257538 or 12505068. OLE color: 12505068.

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

Color convert

RGB236207190-
CMYK00.120.190.07
HSL22.17º54.76%83.53%-
HSV(B)22.17º19.49%92.55%-
XYZ66.266.1858-
YUV213.73114.61143.88-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.28%
GREEN value IS 207 (81.25% from 255) = 32.70%
BLUE value IS 190 (74.61% from 255) = 30.02%
R=37.28%
G=32.70%
B=30.02%

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
Decimal23620719000.120.190.0722.1754.7683.53
HexECCFBE0C137163754
Octal3543172760142372667124
Binary1110110011001111101111100110010011111101101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCFBE; }

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

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

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

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

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

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

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

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