#EBD2DB

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

Shades of Prim #EBD2DB

Tints of Prim #EBD2DB

Color information

#EBD2DB (or 0xEBD2DB) is unknown color: approx Prim. HEX triplet: EB, D2 and DB. RGB value is (235,210,219). Sum of RGB (Red+Green+Blue) = 235+210+219=664 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.39% from 664); Green value is 210 (82.42% from 255 or 31.63% from 664); Blue value is 219 (85.94% from 255 or 32.98% from 664); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD2DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD2DB is #142D24. Grayscale: #DADADA. Windows color (decimal): -1322277 or 14406379. OLE color: 14406379.

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

Color convert

RGB235210219-
CMYK00.110.070.08
HSL338.4º38.46%87.25%-
HSV(B)338.4º10.64%92.16%-
XYZ70.0968.8776.62-
YUV218.5128.28139.77-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.39%
GREEN value IS 210 (82.42% from 255) = 31.63%
BLUE value IS 219 (85.94% from 255) = 32.98%
R=35.39%
G=31.63%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521021900.110.070.08338.438.4687.25
HexEBD2DB0B781522657
Octal35332233301371052246127
Binary1110101111010010110110110101111110001010100101001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD2DB; }

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

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

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

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

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

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

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

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