#E4CBCF

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

Shades of Pale Rose #E4CBCF

Tints of Pale Rose #E4CBCF

Color information

#E4CBCF (or 0xE4CBCF) is unknown color: approx Pale Rose. HEX triplet: E4, CB and CF. RGB value is (228,203,207). Sum of RGB (Red+Green+Blue) = 228+203+207=638 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.74% from 638); Green value is 203 (79.69% from 255 or 31.82% from 638); Blue value is 207 (81.25% from 255 or 32.45% from 638); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4CBCF is #1B3430. Grayscale: #D2D2D2. Windows color (decimal): -1782833 or 13618148. OLE color: 13618148.

HSL color Cylindrical-coordinate representation of color #E4CBCF: hue angle of 350.4º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E4CBCF is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB228203207-
CMYK00.110.090.11
HSL350.4º31.65%84.51%-
HSV(B)350.4º10.96%89.41%-
XYZ64.6163.7167.92-
YUV210.93125.78140.17-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.74%
GREEN value IS 203 (79.69% from 255) = 31.82%
BLUE value IS 207 (81.25% from 255) = 32.45%
R=35.74%
G=31.82%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22820320700.110.090.11350.431.6584.51
HexE4CBCF0B9B15e2055
Octal344313317013111353640125
Binary11100100110010111100111101011100110111010111101000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CBCF; }

 p { color: rgb(228,203,207); }

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

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

 a { background-color: rgb(228,203,207); }

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

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

 span { border-color: rgb(228,203,207); }

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