#E0CFD5

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

Shades of Prim #E0CFD5

Tints of Prim #E0CFD5

Color information

#E0CFD5 (or 0xE0CFD5) is unknown color: approx Prim. HEX triplet: E0, CF and D5. RGB value is (224,207,213). Sum of RGB (Red+Green+Blue) = 224+207+213=644 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.78% from 644); Green value is 207 (81.25% from 255 or 32.14% from 644); Blue value is 213 (83.59% from 255 or 33.07% from 644); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CFD5 is #1F302A. Grayscale: #D4D4D4. Windows color (decimal): -2043947 or 14012384. OLE color: 14012384.

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

Color convert

RGB224207213-
CMYK00.080.050.12
HSL338.82º21.52%84.51%-
HSV(B)338.82º7.59%87.84%-
XYZ65.0665.2872.12-
YUV212.77128.13136.01-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.78%
GREEN value IS 207 (81.25% from 255) = 32.14%
BLUE value IS 213 (83.59% from 255) = 33.07%
R=34.78%
G=32.14%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420721300.080.050.12338.8221.5284.51
HexE0CFD5085C1531655
Octal34031732501051452326125
Binary111000001100111111010101010001011100101010011101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CFD5; }

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

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

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

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

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

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

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

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