#ECCFC4

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

Shades of Bizarre #ECCFC4

Tints of Bizarre #ECCFC4

Color information

#ECCFC4 (or 0xECCFC4) is unknown color: approx Bizarre. HEX triplet: EC, CF and C4. RGB value is (236,207,196). Sum of RGB (Red+Green+Blue) = 236+207+196=639 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.93% from 639); Green value is 207 (81.25% from 255 or 32.39% from 639); Blue value is 196 (76.95% from 255 or 30.67% from 639); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCFC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCFC4 is #13303B. Grayscale: #D6D6D6. Windows color (decimal): -1257532 or 12898284. OLE color: 12898284.

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

Color convert

RGB236207196-
CMYK00.120.170.07
HSL16.5º51.28%84.71%-
HSV(B)16.5º16.95%92.55%-
XYZ66.8766.4461.53-
YUV214.42117.61143.39-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.93%
GREEN value IS 207 (81.25% from 255) = 32.39%
BLUE value IS 196 (76.95% from 255) = 30.67%
R=36.93%
G=32.39%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620719600.120.170.0716.551.2884.71
HexECCFC40C117113355
Octal3543173040142172163125
Binary1110110011001111110001000110010001111100011100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCFC4; }

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

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

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

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

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

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

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

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