#EBD8DF

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

Shades of Prim #EBD8DF

Tints of Prim #EBD8DF

Color information

#EBD8DF (or 0xEBD8DF) is unknown color: approx Prim. HEX triplet: EB, D8 and DF. RGB value is (235,216,223). Sum of RGB (Red+Green+Blue) = 235+216+223=674 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.87% from 674); Green value is 216 (84.77% from 255 or 32.05% from 674); Blue value is 223 (87.5% from 255 or 33.09% from 674); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD8DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD8DF is #142720. Grayscale: #DEDEDE. Windows color (decimal): -1320737 or 14670059. OLE color: 14670059.

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

Color convert

RGB235216223-
CMYK00.080.050.08
HSL337.89º32.2%88.43%-
HSV(B)337.89º8.09%92.16%-
XYZ72.1472.179.93-
YUV222.48128.29136.93-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.87%
GREEN value IS 216 (84.77% from 255) = 32.05%
BLUE value IS 223 (87.5% from 255) = 33.09%
R=34.87%
G=32.05%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521622300.080.050.08337.8932.288.43
HexEBD8DF08581522058
Octal35333033701051052240130
Binary1110101111011000110111110100010110001010100101000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD8DF; }

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

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

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

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

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

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

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

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