#E0CDCE

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

Shades of Pale Rose #E0CDCE

Tints of Pale Rose #E0CDCE

Color information

#E0CDCE (or 0xE0CDCE) is unknown color: approx Pale Rose. HEX triplet: E0, CD and CE. RGB value is (224,205,206). Sum of RGB (Red+Green+Blue) = 224+205+206=635 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.28% from 635); Green value is 205 (80.47% from 255 or 32.28% from 635); Blue value is 206 (80.86% from 255 or 32.44% from 635); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CDCE is #1F3231. Grayscale: #D2D2D2. Windows color (decimal): -2044466 or 13553120. OLE color: 13553120.

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

Color convert

RGB224205206-
CMYK00.080.080.12
HSL356.84º23.46%84.12%-
HSV(B)356.84º8.48%87.84%-
XYZ63.7163.9767.38-
YUV210.8125.29137.42-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.28%
GREEN value IS 205 (80.47% from 255) = 32.28%
BLUE value IS 206 (80.86% from 255) = 32.44%
R=35.28%
G=32.28%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420520600.080.080.12356.8423.4684.12
HexE0CDCE088C1651754
Octal340315316010101454527124
Binary1110000011001101110011100100010001100101100101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CDCE; }

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

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

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

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

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

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

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

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