#E8CBD0

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

Shades of Pale Rose #E8CBD0

Tints of Pale Rose #E8CBD0

Color information

#E8CBD0 (or 0xE8CBD0) is unknown color: approx Pale Rose. HEX triplet: E8, CB and D0. RGB value is (232,203,208). Sum of RGB (Red+Green+Blue) = 232+203+208=643 (85% of max value = 765). Red value is 232 (91.02% from 255 or 36.08% from 643); Green value is 203 (79.69% from 255 or 31.57% from 643); Blue value is 208 (81.64% from 255 or 32.35% from 643); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CBD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CBD0 is #17342F. Grayscale: #D4D4D4. Windows color (decimal): -1520688 or 13683688. OLE color: 13683688.

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

Color convert

RGB232203208-
CMYK00.120.100.09
HSL349.66º38.67%85.29%-
HSV(B)349.66º12.5%90.98%-
XYZ66.0264.4268.63-
YUV212.24125.61142.09-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.08%
GREEN value IS 203 (79.69% from 255) = 31.57%
BLUE value IS 208 (81.64% from 255) = 32.35%
R=36.08%
G=31.57%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220320800.120.100.09349.6638.6785.29
HexE8CBD00CA915e2755
Octal350313320014121153647125
Binary11101000110010111101000001100101010011010111101001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CBD0; }

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

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

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

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

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

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

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

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