#E7CCD1

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

Shades of Pale Rose #E7CCD1

Tints of Pale Rose #E7CCD1

Color information

#E7CCD1 (or 0xE7CCD1) is unknown color: approx Pale Rose. HEX triplet: E7, CC and D1. RGB value is (231,204,209). Sum of RGB (Red+Green+Blue) = 231+204+209=644 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.87% from 644); Green value is 204 (80.08% from 255 or 31.68% from 644); Blue value is 209 (82.03% from 255 or 32.45% from 644); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CCD1 is #18332E. Grayscale: #D4D4D4. Windows color (decimal): -1585967 or 13749479. OLE color: 13749479.

HSL color Cylindrical-coordinate representation of color #E7CCD1: hue angle of 348.89º 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 #E7CCD1 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB231204209-
CMYK00.120.100.09
HSL348.89º36%85.29%-
HSV(B)348.89º11.69%90.59%-
XYZ66.0664.7869.34-
YUV212.64125.95141.09-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.87%
GREEN value IS 204 (80.08% from 255) = 31.68%
BLUE value IS 209 (82.03% from 255) = 32.45%
R=35.87%
G=31.68%
B=32.45%

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
Decimal23120420900.120.100.09348.893685.29
HexE7CCD10CA915d2455
Octal347314321014121153544125
Binary11100111110011001101000101100101010011010111011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CCD1; }

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

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

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

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

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

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

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

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