#E8CDCF

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

Shades of Pale Rose #E8CDCF

Tints of Pale Rose #E8CDCF

Color information

#E8CDCF (or 0xE8CDCF) is unknown color: approx Pale Rose. HEX triplet: E8, CD and CF. RGB value is (232,205,207). Sum of RGB (Red+Green+Blue) = 232+205+207=644 (85% of max value = 765). Red value is 232 (91.02% from 255 or 36.02% from 644); Green value is 205 (80.47% from 255 or 31.83% from 644); Blue value is 207 (81.25% from 255 or 32.14% from 644); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CDCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CDCF is #173230. Grayscale: #D5D5D5. Windows color (decimal): -1520177 or 13618664. OLE color: 13618664.

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

Color convert

RGB232205207-
CMYK00.120.110.09
HSL355.56º36.99%85.69%-
HSV(B)355.56º11.64%90.98%-
XYZ66.3765.3268.14-
YUV213.3124.45141.34-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.02%
GREEN value IS 205 (80.47% from 255) = 31.83%
BLUE value IS 207 (81.25% from 255) = 32.14%
R=36.02%
G=31.83%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220520700.120.110.09355.5636.9985.69
HexE8CDCF0CB91642556
Octal350315317014131154445126
Binary11101000110011011100111101100101110011011001001001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CDCF; }

 p { color: rgb(232,205,207); }

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

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

 a { background-color: rgb(232,205,207); }

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

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

 span { border-color: rgb(232,205,207); }

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