#E2CDCF

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

Shades of Pale Rose #E2CDCF

Tints of Pale Rose #E2CDCF

Color information

#E2CDCF (or 0xE2CDCF) is unknown color: approx Pale Rose. HEX triplet: E2, CD and CF. RGB value is (226,205,207). Sum of RGB (Red+Green+Blue) = 226+205+207=638 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.42% from 638); Green value is 205 (80.47% from 255 or 32.13% from 638); Blue value is 207 (81.25% from 255 or 32.45% from 638); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CDCF is #1D3230. Grayscale: #D3D3D3. Windows color (decimal): -1913393 or 13618658. OLE color: 13618658.

HSL color Cylindrical-coordinate representation of color #E2CDCF: hue angle of 354.29º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E2CDCF is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB226205207-
CMYK00.090.080.11
HSL354.29º26.58%84.51%-
HSV(B)354.29º9.29%88.63%-
XYZ64.4664.3468.05-
YUV211.51125.46138.34-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.42%
GREEN value IS 205 (80.47% from 255) = 32.13%
BLUE value IS 207 (81.25% from 255) = 32.45%
R=35.42%
G=32.13%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620520700.090.080.11354.2926.5884.51
HexE2CDCF098B1621b55
Octal342315317011101354233125
Binary1110001011001101110011110100110001011101100010110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CDCF; }

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

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

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

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

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

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

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

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