#ECCFC6

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

Shades of Bizarre #ECCFC6

Tints of Bizarre #ECCFC6

Color information

#ECCFC6 (or 0xECCFC6) is unknown color: approx Bizarre. HEX triplet: EC, CF and C6. RGB value is (236,207,198). Sum of RGB (Red+Green+Blue) = 236+207+198=641 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.82% from 641); Green value is 207 (81.25% from 255 or 32.29% from 641); Blue value is 198 (77.73% from 255 or 30.89% from 641); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCFC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCFC6 is #133039. Grayscale: #D6D6D6. Windows color (decimal): -1257530 or 13029356. OLE color: 13029356.

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

Color convert

RGB236207198-
CMYK00.120.160.07
HSL14.21º50%85.1%-
HSV(B)14.21º16.1%92.55%-
XYZ67.166.5462.73-
YUV214.64118.61143.23-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.82%
GREEN value IS 207 (81.25% from 255) = 32.29%
BLUE value IS 198 (77.73% from 255) = 30.89%
R=36.82%
G=32.29%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620719800.120.160.0714.215085.1
HexECCFC60C107e3255
Octal3543173060142071662125
Binary111011001100111111000110011001000011111101100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCFC6; }

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

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

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

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

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

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

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

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