#E7CBD1

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

Shades of Prim #E7CBD1

Tints of Prim #E7CBD1

Color information

#E7CBD1 (or 0xE7CBD1) is unknown color: approx Prim. HEX triplet: E7, CB and D1. RGB value is (231,203,209). Sum of RGB (Red+Green+Blue) = 231+203+209=643 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.93% from 643); Green value is 203 (79.69% from 255 or 31.57% from 643); Blue value is 209 (82.03% from 255 or 32.50% from 643); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CBD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CBD1 is #18342E. Grayscale: #D4D4D4. Windows color (decimal): -1586223 or 13749223. OLE color: 13749223.

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

Color convert

RGB231203209-
CMYK00.120.100.09
HSL347.14º36.84%85.1%-
HSV(B)347.14º12.12%90.59%-
XYZ65.8264.369.26-
YUV212.06126.28141.51-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.93%
GREEN value IS 203 (79.69% from 255) = 31.57%
BLUE value IS 209 (82.03% from 255) = 32.50%
R=35.93%
G=31.57%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120320900.120.100.09347.1436.8485.1
HexE7CBD10CA915b2555
Octal347313321014121153345125
Binary11100111110010111101000101100101010011010110111001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CBD1; }

 p { color: rgb(231,203,209); }

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

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

 a { background-color: rgb(231,203,209); }

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

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

 span { border-color: rgb(231,203,209); }

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