#E7CFD3

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

Shades of Pale Rose #E7CFD3

Tints of Pale Rose #E7CFD3

Color information

#E7CFD3 (or 0xE7CFD3) is unknown color: approx Pale Rose. HEX triplet: E7, CF and D3. RGB value is (231,207,211). Sum of RGB (Red+Green+Blue) = 231+207+211=649 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.59% from 649); Green value is 207 (81.25% from 255 or 31.90% from 649); Blue value is 211 (82.81% from 255 or 32.51% from 649); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CFD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CFD3 is #18302C. Grayscale: #D6D6D6. Windows color (decimal): -1585197 or 13881319. OLE color: 13881319.

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

Color convert

RGB231207211-
CMYK00.100.090.09
HSL350º33.33%85.88%-
HSV(B)350º10.39%90.59%-
XYZ67.0366.3270.9-
YUV214.63125.95139.67-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.59%
GREEN value IS 207 (81.25% from 255) = 31.90%
BLUE value IS 211 (82.81% from 255) = 32.51%
R=35.59%
G=31.90%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120721100.100.090.0935033.3385.88
HexE7CFD30A9915e2156
Octal347317323012111153641126
Binary11100111110011111101001101010100110011010111101000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CFD3; }

 p { color: rgb(231,207,211); }

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

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

 a { background-color: rgb(231,207,211); }

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

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

 span { border-color: rgb(231,207,211); }

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