#E8CBD1

Color #E8CBD1 Pink Lace (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Lace #E8CBD1

Tints of Pink Lace #E8CBD1

Color information

#E8CBD1 (or 0xE8CBD1) is unknown color: approx Pink Lace. HEX triplet: E8, CB and D1. RGB value is (232,203,209). Sum of RGB (Red+Green+Blue) = 232+203+209=644 (85% of max value = 765). Red value is 232 (91.02% from 255 or 36.02% from 644); Green value is 203 (79.69% from 255 or 31.52% from 644); Blue value is 209 (82.03% from 255 or 32.45% from 644); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CBD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CBD1 is #17342E. Grayscale: #D4D4D4. Windows color (decimal): -1520687 or 13749224. OLE color: 13749224.

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

Color convert

RGB232203209-
CMYK00.120.100.09
HSL347.59º38.67%85.29%-
HSV(B)347.59º12.5%90.98%-
XYZ66.1464.4769.28-
YUV212.36126.11142.01-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.02%
GREEN value IS 203 (79.69% from 255) = 31.52%
BLUE value IS 209 (82.03% from 255) = 32.45%
R=36.02%
G=31.52%
B=32.45%

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
Decimal23220320900.120.100.09347.5938.6785.29
HexE8CBD10CA915c2755
Octal350313321014121153447125
Binary11101000110010111101000101100101010011010111001001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CBD1; }

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

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

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

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

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

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

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

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