#E2CFD9

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

Shades of Prim #E2CFD9

Tints of Prim #E2CFD9

Color information

#E2CFD9 (or 0xE2CFD9) is unknown color: approx Prim. HEX triplet: E2, CF and D9. RGB value is (226,207,217). Sum of RGB (Red+Green+Blue) = 226+207+217=650 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.77% from 650); Green value is 207 (81.25% from 255 or 31.85% from 650); Blue value is 217 (85.16% from 255 or 33.38% from 650); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CFD9 is #1D3026. Grayscale: #D5D5D5. Windows color (decimal): -1912871 or 14274530. OLE color: 14274530.

HSL color Cylindrical-coordinate representation of color #E2CFD9: hue angle of 328.42º degrees, saturation: 0.25, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E2CFD9 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB226207217-
CMYK00.080.040.11
HSL328.42º24.68%84.9%-
HSV(B)328.42º8.41%88.63%-
XYZ66.265.874.86-
YUV213.82129.79136.69-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.77%
GREEN value IS 207 (81.25% from 255) = 31.85%
BLUE value IS 217 (85.16% from 255) = 33.38%
R=34.77%
G=31.85%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620721700.080.040.11328.4224.6884.9
HexE2CFD9084B1481955
Octal34231733101041351031125
Binary111000101100111111011001010001001011101001000110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CFD9; }

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

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

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

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

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

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

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

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