#E7CCCF

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

Shades of Pale Rose #E7CCCF

Tints of Pale Rose #E7CCCF

Color information

#E7CCCF (or 0xE7CCCF) is unknown color: approx Pale Rose. HEX triplet: E7, CC and CF. RGB value is (231,204,207). Sum of RGB (Red+Green+Blue) = 231+204+207=642 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.98% from 642); Green value is 204 (80.08% from 255 or 31.78% from 642); Blue value is 207 (81.25% from 255 or 32.24% from 642); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CCCF is #183330. Grayscale: #D4D4D4. Windows color (decimal): -1585969 or 13618407. OLE color: 13618407.

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

Color convert

RGB231204207-
CMYK00.120.100.09
HSL353.33º36%85.29%-
HSV(B)353.33º11.69%90.59%-
XYZ65.8164.6868.05-
YUV212.42124.95141.26-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.98%
GREEN value IS 204 (80.08% from 255) = 31.78%
BLUE value IS 207 (81.25% from 255) = 32.24%
R=35.98%
G=31.78%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120420700.120.100.09353.333685.29
HexE7CCCF0CA91612455
Octal347314317014121154144125
Binary11100111110011001100111101100101010011011000011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CCCF; }

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

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

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

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

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

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

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

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