#E7CFDB

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

Shades of Prim #E7CFDB

Tints of Prim #E7CFDB

Color information

#E7CFDB (or 0xE7CFDB) is unknown color: approx Prim. HEX triplet: E7, CF and DB. RGB value is (231,207,219). Sum of RGB (Red+Green+Blue) = 231+207+219=657 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.16% from 657); Green value is 207 (81.25% from 255 or 31.51% from 657); Blue value is 219 (85.94% from 255 or 33.33% from 657); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CFDB is #183024. Grayscale: #D7D7D7. Windows color (decimal): -1585189 or 14405607. OLE color: 14405607.

HSL color Cylindrical-coordinate representation of color #E7CFDB: hue angle of 330º degrees, saturation: 0.33, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E7CFDB is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB231207219-
CMYK00.100.050.09
HSL330º33.33%85.88%-
HSV(B)330º10.39%90.59%-
XYZ68.0566.7376.31-
YUV215.54129.95139.02-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.16%
GREEN value IS 207 (81.25% from 255) = 31.51%
BLUE value IS 219 (85.94% from 255) = 33.33%
R=35.16%
G=31.51%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120721900.100.050.0933033.3385.88
HexE7CFDB0A5914a2156
Octal34731733301251151241126
Binary1110011111001111110110110101010110011010010101000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CFDB; }

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

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

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

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

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

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

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

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