#E7CEDA

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

Shades of Prim #E7CEDA

Tints of Prim #E7CEDA

Color information

#E7CEDA (or 0xE7CEDA) is unknown color: approx Prim. HEX triplet: E7, CE and DA. RGB value is (231,206,218). Sum of RGB (Red+Green+Blue) = 231+206+218=655 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.27% from 655); Green value is 206 (80.86% from 255 or 31.45% from 655); Blue value is 218 (85.55% from 255 or 33.28% from 655); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CEDA is #183125. Grayscale: #D6D6D6. Windows color (decimal): -1585446 or 14339815. OLE color: 14339815.

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

Color convert

RGB231206218-
CMYK00.110.060.09
HSL331.2º34.25%85.69%-
HSV(B)331.2º10.82%90.59%-
XYZ67.6866.1975.54-
YUV214.84129.78139.52-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.27%
GREEN value IS 206 (80.86% from 255) = 31.45%
BLUE value IS 218 (85.55% from 255) = 33.28%
R=35.27%
G=31.45%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120621800.110.060.09331.234.2585.69
HexE7CEDA0B6914b2256
Octal34731633201361151342126
Binary1110011111001110110110100101111010011010010111000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CEDA; }

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

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

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

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

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

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

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

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