#E8CBCD

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

Shades of Pale Rose #E8CBCD

Tints of Pale Rose #E8CBCD

Color information

#E8CBCD (or 0xE8CBCD) is unknown color: approx Pale Rose. HEX triplet: E8, CB and CD. RGB value is (232,203,205). Sum of RGB (Red+Green+Blue) = 232+203+205=640 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.25% from 640); Green value is 203 (79.69% from 255 or 31.72% from 640); Blue value is 205 (80.47% from 255 or 32.03% from 640); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CBCD is #173432. Grayscale: #D3D3D3. Windows color (decimal): -1520691 or 13487080. OLE color: 13487080.

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

Color convert

RGB232203205-
CMYK00.120.120.09
HSL355.86º38.67%85.29%-
HSV(B)355.86º12.5%90.98%-
XYZ65.6564.2866.7-
YUV211.9124.11142.34-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.25%
GREEN value IS 203 (79.69% from 255) = 31.72%
BLUE value IS 205 (80.47% from 255) = 32.03%
R=36.25%
G=31.72%
B=32.03%

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
Decimal23220320500.120.120.09355.8638.6785.29
HexE8CBCD0CC91642755
Octal350313315014141154447125
Binary11101000110010111100110101100110010011011001001001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CBCD; }

 p { color: rgb(232,203,205); }

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

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

 a { background-color: rgb(232,203,205); }

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

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

 span { border-color: rgb(232,203,205); }

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