#EBD3DB

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

Shades of Prim #EBD3DB

Tints of Prim #EBD3DB

Color information

#EBD3DB (or 0xEBD3DB) is unknown color: approx Prim. HEX triplet: EB, D3 and DB. RGB value is (235,211,219). Sum of RGB (Red+Green+Blue) = 235+211+219=665 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.34% from 665); Green value is 211 (82.81% from 255 or 31.73% from 665); Blue value is 219 (85.94% from 255 or 32.93% from 665); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD3DB is #142C24. Grayscale: #DBDBDB. Windows color (decimal): -1322021 or 14406635. OLE color: 14406635.

HSL color Cylindrical-coordinate representation of color #EBD3DB: hue angle of 340º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EBD3DB is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB235211219-
CMYK00.100.070.08
HSL340º37.5%87.45%-
HSV(B)340º10.21%92.16%-
XYZ70.3469.3776.7-
YUV219.09127.95139.35-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.34%
GREEN value IS 211 (82.81% from 255) = 31.73%
BLUE value IS 219 (85.94% from 255) = 32.93%
R=35.34%
G=31.73%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521121900.100.070.0834037.587.45
HexEBD3DB0A781542657
Octal35332333301271052446127
Binary1110101111010011110110110101011110001010101001001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD3DB; }

 p { color: rgb(235,211,219); }

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

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

 a { background-color: rgb(235,211,219); }

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

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

 span { border-color: rgb(235,211,219); }

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