#E7CBDA

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

Shades of Prim #E7CBDA

Tints of Prim #E7CBDA

Color information

#E7CBDA (or 0xE7CBDA) is unknown color: approx Prim. HEX triplet: E7, CB and DA. RGB value is (231,203,218). Sum of RGB (Red+Green+Blue) = 231+203+218=652 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.43% from 652); Green value is 203 (79.69% from 255 or 31.13% from 652); Blue value is 218 (85.55% from 255 or 33.44% from 652); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CBDA is #183425. Grayscale: #D5D5D5. Windows color (decimal): -1586214 or 14339047. OLE color: 14339047.

HSL color Cylindrical-coordinate representation of color #E7CBDA: hue angle of 327.86º 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 #E7CBDA is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB231203218-
CMYK00.120.060.09
HSL327.86º36.84%85.1%-
HSV(B)327.86º12.12%90.59%-
XYZ66.9764.7675.3-
YUV213.08130.78140.78-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.43%
GREEN value IS 203 (79.69% from 255) = 31.13%
BLUE value IS 218 (85.55% from 255) = 33.44%
R=35.43%
G=31.13%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120321800.120.060.09327.8636.8485.1
HexE7CBDA0C691482555
Octal34731333201461151045125
Binary1110011111001011110110100110011010011010010001001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CBDA; }

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

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

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

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

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

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

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

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