#EBD5DE

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

Shades of Prim #EBD5DE

Tints of Prim #EBD5DE

Color information

#EBD5DE (or 0xEBD5DE) is unknown color: approx Prim. HEX triplet: EB, D5 and DE. RGB value is (235,213,222). Sum of RGB (Red+Green+Blue) = 235+213+222=670 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.07% from 670); Green value is 213 (83.59% from 255 or 31.79% from 670); Blue value is 222 (87.11% from 255 or 33.13% from 670); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD5DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD5DE is #142A21. Grayscale: #DCDCDC. Windows color (decimal): -1321506 or 14603755. OLE color: 14603755.

HSL color Cylindrical-coordinate representation of color #EBD5DE: hue angle of 335.45º degrees, saturation: 0.35, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EBD5DE is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB235213222-
CMYK00.090.060.08
HSL335.45º35.48%87.84%-
HSV(B)335.45º9.36%92.16%-
XYZ71.2470.5278.97-
YUV220.6128.79138.27-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.07%
GREEN value IS 213 (83.59% from 255) = 31.79%
BLUE value IS 222 (87.11% from 255) = 33.13%
R=35.07%
G=31.79%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521322200.090.060.08335.4535.4887.84
HexEBD5DE096814f2358
Octal35332533601161051743130
Binary1110101111010101110111100100111010001010011111000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD5DE; }

 p { color: rgb(235,213,222); }

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

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

 a { background-color: rgb(235,213,222); }

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

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

 span { border-color: rgb(235,213,222); }

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