#EBD6DE

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

Shades of Prim #EBD6DE

Tints of Prim #EBD6DE

Color information

#EBD6DE (or 0xEBD6DE) is unknown color: approx Prim. HEX triplet: EB, D6 and DE. RGB value is (235,214,222). Sum of RGB (Red+Green+Blue) = 235+214+222=671 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.02% from 671); Green value is 214 (83.98% from 255 or 31.89% from 671); Blue value is 222 (87.11% from 255 or 33.08% from 671); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD6DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD6DE is #142921. Grayscale: #DDDDDD. Windows color (decimal): -1321250 or 14604011. OLE color: 14604011.

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

Color convert

RGB235214222-
CMYK00.090.060.08
HSL337.14º34.43%88.04%-
HSV(B)337.14º8.94%92.16%-
XYZ71.4971.0379.05-
YUV221.19128.46137.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.02%
GREEN value IS 214 (83.98% from 255) = 31.89%
BLUE value IS 222 (87.11% from 255) = 33.08%
R=35.02%
G=31.89%
B=33.08%

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
Decimal23521422200.090.060.08337.1434.4388.04
HexEBD6DE09681512258
Octal35332633601161052142130
Binary1110101111010110110111100100111010001010100011000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD6DE; }

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

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

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

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

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

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

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

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