#E8CFDC

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

Shades of Prim #E8CFDC

Tints of Prim #E8CFDC

Color information

#E8CFDC (or 0xE8CFDC) is unknown color: approx Prim. HEX triplet: E8, CF and DC. RGB value is (232,207,220). Sum of RGB (Red+Green+Blue) = 232+207+220=659 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.20% from 659); Green value is 207 (81.25% from 255 or 31.41% from 659); Blue value is 220 (86.33% from 255 or 33.38% from 659); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CFDC is #173023. Grayscale: #D7D7D7. Windows color (decimal): -1519652 or 14471144. OLE color: 14471144.

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

Color convert

RGB232207220-
CMYK00.110.050.09
HSL328.8º35.21%86.08%-
HSV(B)328.8º10.78%90.98%-
XYZ68.5166.9577.02-
YUV215.96130.28139.44-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.20%
GREEN value IS 207 (81.25% from 255) = 31.41%
BLUE value IS 220 (86.33% from 255) = 33.38%
R=35.20%
G=31.41%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220722000.110.050.09328.835.2186.08
HexE8CFDC0B591492356
Octal35031733401351151143126
Binary1110100011001111110111000101110110011010010011000111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CFDC; }

 p { color: rgb(232,207,220); }

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

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

 a { background-color: rgb(232,207,220); }

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

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

 span { border-color: rgb(232,207,220); }

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