#E0CCCD

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

Shades of Pale Rose #E0CCCD

Tints of Pale Rose #E0CCCD

Color information

#E0CCCD (or 0xE0CCCD) is unknown color: approx Pale Rose. HEX triplet: E0, CC and CD. RGB value is (224,204,205). Sum of RGB (Red+Green+Blue) = 224+204+205=633 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.39% from 633); Green value is 204 (80.08% from 255 or 32.23% from 633); Blue value is 205 (80.47% from 255 or 32.39% from 633); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CCCD is #1F3332. Grayscale: #D2D2D2. Windows color (decimal): -2044723 or 13487328. OLE color: 13487328.

HSL color Cylindrical-coordinate representation of color #E0CCCD: hue angle of 357º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E0CCCD is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB224204205-
CMYK00.090.080.12
HSL357º24.39%83.92%-
HSV(B)357º8.93%87.84%-
XYZ63.3563.4466.66-
YUV210.09125.13137.92-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.39%
GREEN value IS 204 (80.08% from 255) = 32.23%
BLUE value IS 205 (80.47% from 255) = 32.39%
R=35.39%
G=32.23%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420420500.090.080.1235724.3983.92
HexE0CCCD098C1651854
Octal340314315011101454530124
Binary1110000011001100110011010100110001100101100101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CCCD; }

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

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

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

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

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

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

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

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