#E0CFDA

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

Shades of Prim #E0CFDA

Tints of Prim #E0CFDA

Color information

#E0CFDA (or 0xE0CFDA) is unknown color: approx Prim. HEX triplet: E0, CF and DA. RGB value is (224,207,218). Sum of RGB (Red+Green+Blue) = 224+207+218=649 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.51% from 649); Green value is 207 (81.25% from 255 or 31.90% from 649); Blue value is 218 (85.55% from 255 or 33.59% from 649); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CFDA is #1F3025. Grayscale: #D5D5D5. Windows color (decimal): -2043942 or 14340064. OLE color: 14340064.

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

Color convert

RGB224207218-
CMYK00.080.030.12
HSL321.18º21.52%84.51%-
HSV(B)321.18º7.59%87.84%-
XYZ65.7165.5375.52-
YUV213.34130.63135.61-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.51%
GREEN value IS 207 (81.25% from 255) = 31.90%
BLUE value IS 218 (85.55% from 255) = 33.59%
R=34.51%
G=31.90%
B=33.59%

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
Decimal22420721800.080.030.12321.1821.5284.51
HexE0CFDA083C1411655
Octal34031733201031450126125
Binary11100000110011111101101001000111100101000001101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CFDA; }

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

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

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

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

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

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

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

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