#EBCFD9

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

Shades of Prim #EBCFD9

Tints of Prim #EBCFD9

Color information

#EBCFD9 (or 0xEBCFD9) is unknown color: approx Prim. HEX triplet: EB, CF and D9. RGB value is (235,207,217). Sum of RGB (Red+Green+Blue) = 235+207+217=659 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.66% from 659); Green value is 207 (81.25% from 255 or 31.41% from 659); Blue value is 217 (85.16% from 255 or 32.93% from 659); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCFD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCFD9 is #143026. Grayscale: #D8D8D8. Windows color (decimal): -1323047 or 14274539. OLE color: 14274539.

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

Color convert

RGB235207217-
CMYK00.120.080.08
HSL338.57º41.18%86.67%-
HSV(B)338.57º11.91%92.16%-
XYZ69.167.374.99-
YUV216.51128.28141.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.66%
GREEN value IS 207 (81.25% from 255) = 31.41%
BLUE value IS 217 (85.16% from 255) = 32.93%
R=35.66%
G=31.41%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520721700.120.080.08338.5741.1886.67
HexEBCFD90C881532957
Octal353317331014101052351127
Binary11101011110011111101100101100100010001010100111010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCFD9; }

 p { color: rgb(235,207,217); }

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

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

 a { background-color: rgb(235,207,217); }

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

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

 span { border-color: rgb(235,207,217); }

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