#E0CFD3

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

Shades of Prim #E0CFD3

Tints of Prim #E0CFD3

Color information

#E0CFD3 (or 0xE0CFD3) is unknown color: approx Prim. HEX triplet: E0, CF and D3. RGB value is (224,207,211). Sum of RGB (Red+Green+Blue) = 224+207+211=642 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.89% from 642); Green value is 207 (81.25% from 255 or 32.24% from 642); Blue value is 211 (82.81% from 255 or 32.87% from 642); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CFD3 is #1F302C. Grayscale: #D4D4D4. Windows color (decimal): -2043949 or 13881312. OLE color: 13881312.

HSL color Cylindrical-coordinate representation of color #E0CFD3: hue angle of 345.88º 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 #E0CFD3 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB224207211-
CMYK00.080.060.12
HSL345.88º21.52%84.51%-
HSV(B)345.88º7.59%87.84%-
XYZ64.8165.1870.79-
YUV212.54127.13136.17-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.89%
GREEN value IS 207 (81.25% from 255) = 32.24%
BLUE value IS 211 (82.81% from 255) = 32.87%
R=34.89%
G=32.24%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420721100.080.060.12345.8821.5284.51
HexE0CFD3086C15a1655
Octal34031732301061453226125
Binary111000001100111111010011010001101100101011010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CFD3; }

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

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

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

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

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

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

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

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