#E7CFCA

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

Shades of Bizarre #E7CFCA

Tints of Bizarre #E7CFCA

Color information

#E7CFCA (or 0xE7CFCA) is unknown color: approx Bizarre. HEX triplet: E7, CF and CA. RGB value is (231,207,202). Sum of RGB (Red+Green+Blue) = 231+207+202=640 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.09% from 640); Green value is 207 (81.25% from 255 or 32.34% from 640); Blue value is 202 (79.30% from 255 or 31.56% from 640); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CFCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CFCA is #183035. Grayscale: #D5D5D5. Windows color (decimal): -1585206 or 13291495. OLE color: 13291495.

HSL color Cylindrical-coordinate representation of color #E7CFCA: hue angle of 10.34º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E7CFCA is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB231207202-
CMYK00.100.130.09
HSL10.34º37.66%84.9%-
HSV(B)10.34º12.55%90.59%-
XYZ65.9365.8865.12-
YUV213.61121.45140.41-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.09%
GREEN value IS 207 (81.25% from 255) = 32.34%
BLUE value IS 202 (79.30% from 255) = 31.56%
R=36.09%
G=32.34%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120720200.100.130.0910.3437.6684.9
HexE7CFCA0AD9a2655
Octal34731731201215111246125
Binary111001111100111111001010010101101100110101001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CFCA; }

 p { color: rgb(231,207,202); }

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

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

 a { background-color: rgb(231,207,202); }

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

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

 span { border-color: rgb(231,207,202); }

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