#E8CDDB

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

Shades of Prim #E8CDDB

Tints of Prim #E8CDDB

Color information

#E8CDDB (or 0xE8CDDB) is unknown color: approx Prim. HEX triplet: E8, CD and DB. RGB value is (232,205,219). Sum of RGB (Red+Green+Blue) = 232+205+219=656 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.37% from 656); Green value is 205 (80.47% from 255 or 31.25% from 656); Blue value is 219 (85.94% from 255 or 33.38% from 656); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CDDB is #173224. Grayscale: #D6D6D6. Windows color (decimal): -1520165 or 14405096. OLE color: 14405096.

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

Color convert

RGB232205219-
CMYK00.120.060.09
HSL328.89º36.99%85.69%-
HSV(B)328.89º11.64%90.98%-
XYZ67.965.9376.17-
YUV214.67130.45140.36-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.37%
GREEN value IS 205 (80.47% from 255) = 31.25%
BLUE value IS 219 (85.94% from 255) = 33.38%
R=35.37%
G=31.25%
B=33.38%

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
Decimal23220521900.120.060.09328.8936.9985.69
HexE8CDDB0C691492556
Octal35031533301461151145126
Binary1110100011001101110110110110011010011010010011001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CDDB; }

 p { color: rgb(232,205,219); }

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

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

 a { background-color: rgb(232,205,219); }

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

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

 span { border-color: rgb(232,205,219); }

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