#FFE3DC

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

Shades of Bridesmaid #FFE3DC

Tints of Bridesmaid #FFE3DC

Color information

#FFE3DC (or 0xFFE3DC) is unknown color: approx Bridesmaid. HEX triplet: FF, E3 and DC. RGB value is (255,227,220). Sum of RGB (Red+Green+Blue) = 255+227+220=702 (92% of max value = 765). Red value is 255 (100% from 255 or 36.32% from 702); Green value is 227 (89.06% from 255 or 32.34% from 702); Blue value is 220 (86.33% from 255 or 31.34% from 702); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE3DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE3DC is #001C23. Grayscale: #EAEAEA. Windows color (decimal): -7204 or 14476287. OLE color: 14476287.

HSL color Cylindrical-coordinate representation of color #FFE3DC: hue angle of 12º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FFE3DC is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB255227220-
CMYK00.110.140
HSL12º100%93.14%-
HSV(B)12º13.73%100%-
XYZ81.6381.3779.11-
YUV234.57119.78142.57-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.32%
GREEN value IS 227 (89.06% from 255) = 32.34%
BLUE value IS 220 (86.33% from 255) = 31.34%
R=36.32%
G=32.34%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522722000.110.1401210093.14
HexFFE3DC0BE0c645d
Octal37734333401316014144135
Binary1111111111100011110111000101111100110011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE3DC; }

 p { color: rgb(255,227,220); }

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

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

 a { background-color: rgb(255,227,220); }

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

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

 span { border-color: rgb(255,227,220); }

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