#EBCDD6

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

Shades of Prim #EBCDD6

Tints of Prim #EBCDD6

Color information

#EBCDD6 (or 0xEBCDD6) is unknown color: approx Prim. HEX triplet: EB, CD and D6. RGB value is (235,205,214). Sum of RGB (Red+Green+Blue) = 235+205+214=654 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.93% from 654); Green value is 205 (80.47% from 255 or 31.35% from 654); Blue value is 214 (83.98% from 255 or 32.72% from 654); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCDD6 is #143229. Grayscale: #D6D6D6. Windows color (decimal): -1323562 or 14077419. OLE color: 14077419.

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

Color convert

RGB235205214-
CMYK00.130.090.08
HSL342º42.86%86.27%-
HSV(B)342º12.77%92.16%-
XYZ68.2366.1872.8-
YUV215127.44142.27-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.93%
GREEN value IS 205 (80.47% from 255) = 31.35%
BLUE value IS 214 (83.98% from 255) = 32.72%
R=35.93%
G=31.35%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520521400.130.090.0834242.8686.27
HexEBCDD60D981562b56
Octal353315326015111052653126
Binary11101011110011011101011001101100110001010101101010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCDD6; }

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

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

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

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

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

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

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

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