#EBD6DF

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

Shades of Prim #EBD6DF

Tints of Prim #EBD6DF

Color information

#EBD6DF (or 0xEBD6DF) is unknown color: approx Prim. HEX triplet: EB, D6 and DF. RGB value is (235,214,223). Sum of RGB (Red+Green+Blue) = 235+214+223=672 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.97% from 672); Green value is 214 (83.98% from 255 or 31.85% from 672); Blue value is 223 (87.5% from 255 or 33.18% from 672); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD6DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD6DF is #142920. Grayscale: #DDDDDD. Windows color (decimal): -1321249 or 14669547. OLE color: 14669547.

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

Color convert

RGB235214223-
CMYK00.090.050.08
HSL334.29º34.43%88.04%-
HSV(B)334.29º8.94%92.16%-
XYZ71.6371.0879.76-
YUV221.3128.96137.77-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.97%
GREEN value IS 214 (83.98% from 255) = 31.85%
BLUE value IS 223 (87.5% from 255) = 33.18%
R=34.97%
G=31.85%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521422300.090.050.08334.2934.4388.04
HexEBD6DF095814e2258
Octal35332633701151051642130
Binary1110101111010110110111110100110110001010011101000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD6DF; }

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

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

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

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

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

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

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

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