#E0CFD9

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

Shades of Prim #E0CFD9

Tints of Prim #E0CFD9

Color information

#E0CFD9 (or 0xE0CFD9) is unknown color: approx Prim. HEX triplet: E0, CF and D9. RGB value is (224,207,217). Sum of RGB (Red+Green+Blue) = 224+207+217=648 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.57% from 648); Green value is 207 (81.25% from 255 or 31.94% from 648); Blue value is 217 (85.16% from 255 or 33.49% from 648); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CFD9 is #1F3026. Grayscale: #D5D5D5. Windows color (decimal): -2043943 or 14274528. OLE color: 14274528.

HSL color Cylindrical-coordinate representation of color #E0CFD9: hue angle of 324.71º degrees, saturation: 0.22, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E0CFD9 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB224207217-
CMYK00.080.030.12
HSL324.71º21.52%84.51%-
HSV(B)324.71º7.59%87.84%-
XYZ65.5865.4874.83-
YUV213.22130.13135.69-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.57%
GREEN value IS 207 (81.25% from 255) = 31.94%
BLUE value IS 217 (85.16% from 255) = 33.49%
R=34.57%
G=31.94%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420721700.080.030.12324.7121.5284.51
HexE0CFD9083C1451655
Octal34031733101031450526125
Binary11100000110011111101100101000111100101000101101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CFD9; }

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

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

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

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

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

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

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

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