#E5CFD9

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

Shades of Prim #E5CFD9

Tints of Prim #E5CFD9

Color information

#E5CFD9 (or 0xE5CFD9) is unknown color: approx Prim. HEX triplet: E5, CF and D9. RGB value is (229,207,217). Sum of RGB (Red+Green+Blue) = 229+207+217=653 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.07% from 653); Green value is 207 (81.25% from 255 or 31.70% from 653); Blue value is 217 (85.16% from 255 or 33.23% from 653); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CFD9 is #1A3026. Grayscale: #D6D6D6. Windows color (decimal): -1716263 or 14274533. OLE color: 14274533.

HSL color Cylindrical-coordinate representation of color #E5CFD9: hue angle of 332.73º 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 #E5CFD9 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB229207217-
CMYK00.100.050.10
HSL332.73º29.73%85.49%-
HSV(B)332.73º9.61%89.8%-
XYZ67.1566.2974.9-
YUV214.72129.29138.19-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.07%
GREEN value IS 207 (81.25% from 255) = 31.70%
BLUE value IS 217 (85.16% from 255) = 33.23%
R=35.07%
G=31.70%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920721700.100.050.10332.7329.7385.49
HexE5CFD90A5A14d1e55
Octal34531733101251251536125
Binary111001011100111111011001010101011010101001101111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CFD9; }

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

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

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

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

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

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

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

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