#E9CCCD

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

Shades of Pale Rose #E9CCCD

Tints of Pale Rose #E9CCCD

Color information

#E9CCCD (or 0xE9CCCD) is unknown color: approx Pale Rose. HEX triplet: E9, CC and CD. RGB value is (233,204,205). Sum of RGB (Red+Green+Blue) = 233+204+205=642 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.29% from 642); Green value is 204 (80.08% from 255 or 31.78% from 642); Blue value is 205 (80.47% from 255 or 31.93% from 642); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CCCD is #163332. Grayscale: #D4D4D4. Windows color (decimal): -1454899 or 13487337. OLE color: 13487337.

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

Color convert

RGB233204205-
CMYK00.120.120.09
HSL357.93º39.73%85.69%-
HSV(B)357.93º12.45%91.37%-
XYZ66.2264.9266.8-
YUV212.78123.61142.42-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.29%
GREEN value IS 204 (80.08% from 255) = 31.78%
BLUE value IS 205 (80.47% from 255) = 31.93%
R=36.29%
G=31.78%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320420500.120.120.09357.9339.7385.69
HexE9CCCD0CC91662856
Octal351314315014141154650126
Binary11101001110011001100110101100110010011011001101010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CCCD; }

 p { color: rgb(233,204,205); }

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

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

 a { background-color: rgb(233,204,205); }

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

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

 span { border-color: rgb(233,204,205); }

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