#E8CBD5

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

Shades of Prim #E8CBD5

Tints of Prim #E8CBD5

Color information

#E8CBD5 (or 0xE8CBD5) is unknown color: approx Prim. HEX triplet: E8, CB and D5. RGB value is (232,203,213). Sum of RGB (Red+Green+Blue) = 232+203+213=648 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.80% from 648); Green value is 203 (79.69% from 255 or 31.33% from 648); Blue value is 213 (83.59% from 255 or 32.87% from 648); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CBD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CBD5 is #17342A. Grayscale: #D4D4D4. Windows color (decimal): -1520683 or 14011368. OLE color: 14011368.

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

Color convert

RGB232203213-
CMYK00.120.080.09
HSL339.31º38.67%85.29%-
HSV(B)339.31º12.5%90.98%-
XYZ66.6464.6771.92-
YUV212.81128.11141.69-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.80%
GREEN value IS 203 (79.69% from 255) = 31.33%
BLUE value IS 213 (83.59% from 255) = 32.87%
R=35.80%
G=31.33%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220321300.120.080.09339.3138.6785.29
HexE8CBD50C891532755
Octal350313325014101152347125
Binary11101000110010111101010101100100010011010100111001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CBD5; }

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

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

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

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

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

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

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

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