#E7CBD0

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

Shades of Pale Rose #E7CBD0

Tints of Pale Rose #E7CBD0

Color information

#E7CBD0 (or 0xE7CBD0) is unknown color: approx Pale Rose. HEX triplet: E7, CB and D0. RGB value is (231,203,208). Sum of RGB (Red+Green+Blue) = 231+203+208=642 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.98% from 642); Green value is 203 (79.69% from 255 or 31.62% from 642); Blue value is 208 (81.64% from 255 or 32.40% from 642); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CBD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CBD0 is #18342F. Grayscale: #D3D3D3. Windows color (decimal): -1586224 or 13683687. OLE color: 13683687.

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

Color convert

RGB231203208-
CMYK00.120.100.09
HSL349.29º36.84%85.1%-
HSV(B)349.29º12.12%90.59%-
XYZ65.764.2568.61-
YUV211.94125.78141.59-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.98%
GREEN value IS 203 (79.69% from 255) = 31.62%
BLUE value IS 208 (81.64% from 255) = 32.40%
R=35.98%
G=31.62%
B=32.40%

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
Decimal23120320800.120.100.09349.2936.8485.1
HexE7CBD00CA915d2555
Octal347313320014121153545125
Binary11100111110010111101000001100101010011010111011001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CBD0; }

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

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

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

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

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

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

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

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