#E5CFDC

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

Shades of Prim #E5CFDC

Tints of Prim #E5CFDC

Color information

#E5CFDC (or 0xE5CFDC) is unknown color: approx Prim. HEX triplet: E5, CF and DC. RGB value is (229,207,220). Sum of RGB (Red+Green+Blue) = 229+207+220=656 (86% of max value = 765). Red value is 229 (89.84% from 255 or 34.91% from 656); Green value is 207 (81.25% from 255 or 31.55% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CFDC is #1A3023. Grayscale: #D7D7D7. Windows color (decimal): -1716260 or 14471141. OLE color: 14471141.

HSL color Cylindrical-coordinate representation of color #E5CFDC: hue angle of 324.55º degrees, saturation: 0.3, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5CFDC is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB229207220-
CMYK00.100.040.10
HSL324.55º29.73%85.49%-
HSV(B)324.55º9.61%89.8%-
XYZ67.5466.4576.98-
YUV215.06130.79137.94-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.91%
GREEN value IS 207 (81.25% from 255) = 31.55%
BLUE value IS 220 (86.33% from 255) = 33.54%
R=34.91%
G=31.55%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920722000.100.040.10324.5529.7385.49
HexE5CFDC0A4A1451e55
Octal34531733401241250536125
Binary111001011100111111011100010101001010101000101111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CFDC; }

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

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

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

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

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

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

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

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