#E6CCCF

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

Shades of Pale Rose #E6CCCF

Tints of Pale Rose #E6CCCF

Color information

#E6CCCF (or 0xE6CCCF) is unknown color: approx Pale Rose. HEX triplet: E6, CC and CF. RGB value is (230,204,207). Sum of RGB (Red+Green+Blue) = 230+204+207=641 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.88% from 641); Green value is 204 (80.08% from 255 or 31.83% from 641); Blue value is 207 (81.25% from 255 or 32.29% from 641); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CCCF is #193330. Grayscale: #D4D4D4. Windows color (decimal): -1651505 or 13618406. OLE color: 13618406.

HSL color Cylindrical-coordinate representation of color #E6CCCF: hue angle of 353.08º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E6CCCF is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB230204207-
CMYK00.110.100.10
HSL353.08º34.21%85.1%-
HSV(B)353.08º11.3%90.2%-
XYZ65.4964.5168.03-
YUV212.12125.11140.76-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.88%
GREEN value IS 204 (80.08% from 255) = 31.83%
BLUE value IS 207 (81.25% from 255) = 32.29%
R=35.88%
G=31.83%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020420700.110.100.10353.0834.2185.1
HexE6CCCF0BAA1612255
Octal346314317013121254142125
Binary11100110110011001100111101011101010101011000011000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CCCF; }

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

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

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

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

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

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

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

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