#E7CADA

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

Shades of Prim #E7CADA

Tints of Prim #E7CADA

Color information

#E7CADA (or 0xE7CADA) is unknown color: approx Prim. HEX triplet: E7, CA and DA. RGB value is (231,202,218). Sum of RGB (Red+Green+Blue) = 231+202+218=651 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.48% from 651); Green value is 202 (79.30% from 255 or 31.03% from 651); Blue value is 218 (85.55% from 255 or 33.49% from 651); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CADA is #183525. Grayscale: #D4D4D4. Windows color (decimal): -1586470 or 14338791. OLE color: 14338791.

HSL color Cylindrical-coordinate representation of color #E7CADA: hue angle of 326.9º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E7CADA is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB231202218-
CMYK00.130.060.09
HSL326.9º37.66%84.9%-
HSV(B)326.9º12.55%90.59%-
XYZ66.7364.2975.22-
YUV212.5131.11141.2-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.48%
GREEN value IS 202 (79.30% from 255) = 31.03%
BLUE value IS 218 (85.55% from 255) = 33.49%
R=35.48%
G=31.03%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120221800.130.060.09326.937.6684.9
HexE7CADA0D691472655
Octal34731233201561150746125
Binary1110011111001010110110100110111010011010001111001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CADA; }

 p { color: rgb(231,202,218); }

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

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

 a { background-color: rgb(231,202,218); }

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

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

 span { border-color: rgb(231,202,218); }

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